主数据调整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>
|
||||||
|
|
|
@ -9,7 +9,7 @@ import com.hzya.frame.web.entity.BaseEntity;
|
||||||
* @since 2024-06-03 08:47:10
|
* @since 2024-06-03 08:47:10
|
||||||
*/
|
*/
|
||||||
public class MdmModuleDbFiledsRuleEntity extends BaseEntity {
|
public class MdmModuleDbFiledsRuleEntity extends BaseEntity {
|
||||||
|
|
||||||
/** 主数据模版ID */
|
/** 主数据模版ID */
|
||||||
private String mdmId;
|
private String mdmId;
|
||||||
/** 前端分拣用 */
|
/** 前端分拣用 */
|
||||||
|
|
Loading…
Reference in New Issue