主数据调整xml保存为空的情况

This commit is contained in:
lvleigang 2024-07-12 16:26:04 +08:00
parent 0d8c43fb46
commit 1dc6df02f6
2 changed files with 2 additions and 2 deletions

View File

@ -291,7 +291,7 @@ update mdm_module_db_fileds set
<if test="queryType != null and queryType != ''"> query_type = #{queryType},</if>
<if test="listType != null and listType != ''"> list_type = #{listType},</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_time != null"> create_time = #{create_time},</if>
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id = #{modify_user_id},</if>