添加备注修改

上级 b79d8819
...@@ -109,6 +109,9 @@ ...@@ -109,6 +109,9 @@
<if test="applyStatus != null"> <if test="applyStatus != null">
apply_status = #{applyStatus}, apply_status = #{applyStatus},
</if> </if>
<if test="remark != null">
remark = #{remark},
</if>
remark = #{remark}, remark = #{remark},
update_time=NOW() update_time=NOW()
</set> </set>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论