|
|
|
@ -299,9 +299,6 @@ |
|
|
|
|
<if test="groupManagementEntity.groupName != null"> |
|
|
|
|
group_name = #{groupManagementEntity.groupName,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.groupType != null"> |
|
|
|
|
group_type = #{groupManagementEntity.groupType,jdbcType=CHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.xhfMc != null"> |
|
|
|
|
xhf_mc = #{groupManagementEntity.xhfMc,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
@ -317,21 +314,6 @@ |
|
|
|
|
<if test="groupManagementEntity.xhfZh != null"> |
|
|
|
|
xhf_zh = #{groupManagementEntity.xhfZh,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.dataSource != null"> |
|
|
|
|
data_source = #{groupManagementEntity.dataSource,jdbcType=CHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.defaultItem != null"> |
|
|
|
|
is_default = #{groupManagementEntity.defaultItem,jdbcType=CHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.dataStatus != null"> |
|
|
|
|
data_status = #{groupManagementEntity.dataStatus,jdbcType=CHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.delFlag != null"> |
|
|
|
|
del_flag = #{groupManagementEntity.delFlag,jdbcType=CHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.createTime != null"> |
|
|
|
|
create_time = #{groupManagementEntity.createTime,jdbcType=TIMESTAMP}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.updateTime != null"> |
|
|
|
|
update_time = #{groupManagementEntity.updateTime,jdbcType=TIMESTAMP}, |
|
|
|
|
</if> |
|
|
|
@ -340,6 +322,5 @@ |
|
|
|
|
xhf_nsrsbh = #{groupManagementEntity.xhfNsrsbh,jdbcType=VARCHAR} |
|
|
|
|
and ent_id = #{groupManagementEntity.entId,jdbcType=VARCHAR} |
|
|
|
|
and del_flag = '0' |
|
|
|
|
and data_source = '1' |
|
|
|
|
</update> |
|
|
|
|
</mapper> |
|
|
|
|