|
@@ -20,7 +20,7 @@
|
|
|
|
|
|
<update id="update" parameterType="java.util.List">
|
|
|
<foreach collection="dspAdvertiserList" item="item" index="index" open="" close="" separator=";">
|
|
|
- update t_dsp_advertiser set state = 1,
|
|
|
+ update t_dsp_advertiser set state = 1,memo = "",
|
|
|
<trim suffix="" suffixOverrides=",">
|
|
|
<if test="item.industryId != null and item.industryId != '' ">
|
|
|
industry_id = #{item.industryId},
|
|
@@ -52,9 +52,6 @@
|
|
|
<if test="item.cpiPath != null and item.cpiPath != '' ">
|
|
|
cpi_path = #{item.cpiPath},
|
|
|
</if>
|
|
|
- <if test="item.memo != null and item.memo != '' ">
|
|
|
- memo = #{item.memo},
|
|
|
- </if>
|
|
|
updated = NOW()
|
|
|
where dsp_id = #{item.dspId} and advertiser_id = #{item.advertiserId}
|
|
|
</trim>
|