Explorar el Código

//tt product

release_toaliyun_real
xhxu hace 4 años
padre
commit
0889774a7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/TtCouponChannelPoiMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/TtCouponChannelPoiMapper.xml Ver fichero

@@ -111,7 +111,7 @@




<update id="updateBySpuId" parameterType="com.iformall.domain.po.TtCouponChannelPoi"> <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 != status ">,`status` = #{status}</if>
<if test=" null != statusDesc ">,`last_status` = #{statusDesc}</if> <if test=" null != statusDesc ">,`last_status` = #{statusDesc}</if>
<if test=" null != lastStatus ">,`last_status` = #{lastStatus}</if> <if test=" null != lastStatus ">,`last_status` = #{lastStatus}</if>


Cargando…
Cancelar
Guardar