主数据调整xml保存为空的情况
This commit is contained in:
parent
0d8c43fb46
commit
1dc6df02f6
|
@ -291,7 +291,7 @@ update mdm_module_db_fileds set
|
||||||
<if test="queryType != null and queryType != ''"> query_type = #{queryType},</if>
|
<if test="queryType != null and queryType != ''"> query_type = #{queryType},</if>
|
||||||
<if test="listType != null and listType != ''"> list_type = #{listType},</if>
|
<if test="listType != null and listType != ''"> list_type = #{listType},</if>
|
||||||
<if test="viewType != null and viewType != ''"> view_type = #{viewType},</if>
|
<if test="viewType != null and viewType != ''"> view_type = #{viewType},</if>
|
||||||
<if test="filedLength != null and filedLength != ''"> filed_length = #{filedLength},</if>
|
filed_length = #{filedLength},
|
||||||
<if test="create_user_id != null and create_user_id != ''"> create_user_id = #{create_user_id},</if>
|
<if test="create_user_id != null and create_user_id != ''"> create_user_id = #{create_user_id},</if>
|
||||||
<if test="create_time != null"> create_time = #{create_time},</if>
|
<if test="create_time != null"> create_time = #{create_time},</if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id = #{modify_user_id},</if>
|
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id = #{modify_user_id},</if>
|
||||||
|
|
Loading…
Reference in New Issue