提交 e32d6216 编写于 作者: 赵勇's avatar 赵勇

crm 人员优化 备注永远覆盖

上级 54c51c3f
流水线 #50748 已失败 于阶段
...@@ -307,6 +307,9 @@ ...@@ -307,6 +307,9 @@
<if test="comment != null"> <if test="comment != null">
comment = #{comment,jdbcType=VARCHAR}, comment = #{comment,jdbcType=VARCHAR},
</if> </if>
<if test="comment == null">
comment = null,
</if>
<if test="registerType != null"> <if test="registerType != null">
register_type = #{registerType,jdbcType=INTEGER}, register_type = #{registerType,jdbcType=INTEGER},
</if> </if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册