Просмотр исходного кода

[coupon channel][移除]:移除无用的sql

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
ad95a632f5
1 измененных файлов: 0 добавлений и 5 удалений
  1. +0
    -5
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 0
- 5
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml Просмотреть файл

@@ -91,11 +91,6 @@
<include refid="dynamicWhereConditions" />
</select>

<select id="findListByCouponIds" parameterType="com.iformall.domain.po.WxCouponChannel" resultMap="BaseResultMap">
select <include refid="allColumns" /> from wx_coupon_channel cc
<include refid="dynamicWhereConditions" />
</select>

<update id="updateStatusByCouponId" parameterType="com.iformall.domain.po.WxCouponChannel">
update wx_coupon_channel set status=#{status} where tenant_id=#{tenantId} and coupon_id=#{couponId}
</update>


Загрузка…
Отмена
Сохранить