|
|
|
@@ -111,7 +111,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<update id="updateBySpuId" parameterType="com.iformall.domain.po.TtCouponChannelPoi"> |
|
|
|
update wx_bill_property set update_date = now() |
|
|
|
update tt_coupon_channel_poi set update_date = now() |
|
|
|
<if test=" null != status ">,`status` = #{status}</if> |
|
|
|
<if test=" null != statusDesc ">,`last_status` = #{statusDesc}</if> |
|
|
|
<if test=" null != lastStatus ">,`last_status` = #{lastStatus}</if> |
|
|
|
|