|
@@ -361,6 +361,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
update fgw_xmsb
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
<if test="status != null">status = #{status},</if>
|
|
|
+ <if test="progress != null">progress = #{progress},</if>
|
|
|
<if test="type != null">type = #{type},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|