|
|
|
@ -302,18 +302,18 @@ |
|
|
|
|
<if test="groupManagementEntity.xhfMc != null"> |
|
|
|
|
xhf_mc = #{groupManagementEntity.xhfMc,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.xhfDz != null"> |
|
|
|
|
xhf_dz = #{groupManagementEntity.xhfDz,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.xhfDh != null"> |
|
|
|
|
xhf_dh = #{groupManagementEntity.xhfDh,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.xhfYh != null"> |
|
|
|
|
xhf_yh = #{groupManagementEntity.xhfYh,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="groupManagementEntity.xhfZh != null"> |
|
|
|
|
xhf_zh = #{groupManagementEntity.xhfZh,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<!-- <if test="groupManagementEntity.xhfDz != null">--> |
|
|
|
|
<!-- xhf_dz = #{groupManagementEntity.xhfDz,jdbcType=VARCHAR},--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<!-- <if test="groupManagementEntity.xhfDh != null">--> |
|
|
|
|
<!-- xhf_dh = #{groupManagementEntity.xhfDh,jdbcType=VARCHAR},--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<!-- <if test="groupManagementEntity.xhfYh != null">--> |
|
|
|
|
<!-- xhf_yh = #{groupManagementEntity.xhfYh,jdbcType=VARCHAR},--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<!-- <if test="groupManagementEntity.xhfZh != null">--> |
|
|
|
|
<!-- xhf_zh = #{groupManagementEntity.xhfZh,jdbcType=VARCHAR},--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<if test="groupManagementEntity.updateTime != null"> |
|
|
|
|
update_time = #{groupManagementEntity.updateTime,jdbcType=TIMESTAMP}, |
|
|
|
|
</if> |
|
|
|
|