|
|
@@ -68,7 +68,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="unitName != null">unit_name = #{unitName},</if>
|
|
|
<if test="title != null">title = #{title},</if>
|
|
|
<if test="fileName != null">file_name = #{fileName},</if>
|
|
|
+ <if test="fileName == null">file_name = NULL,</if>
|
|
|
<if test="filePath != null">file_path = #{filePath},</if>
|
|
|
+ <if test="filePath == null">file_path = NULL,</if>
|
|
|
<if test="time != null">time = #{time},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|