|
|
|
@@ -92,14 +92,14 @@ |
|
|
|
<!-- <foreach collection="list" item="item" index="index" open="" close="" separator=";">--> |
|
|
|
update wx_level_config |
|
|
|
<set> |
|
|
|
<if test=" null != item.tenantId ">`tenant_id` = #{item.tenantId},</if> |
|
|
|
<if test=" null != item.points ">`points` = #{item.points},</if> |
|
|
|
<if test=" null != item.level ">`level` = #{item.level},</if> |
|
|
|
<if test=" null != item.description ">`description` = #{item.description},</if> |
|
|
|
<if test=" null != item.updateDate ">`update_date` = #{item.updateDate},</if> |
|
|
|
<if test=" null != item.discountEnable ">`discount_enable` = #{item.discountEnable},</if> |
|
|
|
<if test=" null != item.capability ">`capability` = #{item.capability},</if> |
|
|
|
<if test=" null != item.scale ">`scale` = #{item.scale},</if> |
|
|
|
<if test=" null != tenantId ">`tenant_id` = #{tenantId},</if> |
|
|
|
<if test=" null != points ">`points` = #{points},</if> |
|
|
|
<if test=" null != level ">`level` = #{level},</if> |
|
|
|
<if test=" null != description ">`description` = #{description},</if> |
|
|
|
<if test=" null != updateDate ">`update_date` = #{updateDate},</if> |
|
|
|
<if test=" null != discountEnable ">`discount_enable` = #{discountEnable},</if> |
|
|
|
<if test=" null != capability ">`capability` = #{capability},</if> |
|
|
|
<if test=" null != scale ">`scale` = #{scale},</if> |
|
|
|
</set> |
|
|
|
where id = ${item.id}; |
|
|
|
<!-- </foreach>--> |
|
|
|
|