Browse Source

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

release_toaliyun_real
Stormeye Wu 7 years ago
parent
commit
ad95a632f5
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 0
- 5
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml View File

@@ -91,11 +91,6 @@
<include refid="dynamicWhereConditions" /> <include refid="dynamicWhereConditions" />
</select> </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 id="updateStatusByCouponId" parameterType="com.iformall.domain.po.WxCouponChannel">
update wx_coupon_channel set status=#{status} where tenant_id=#{tenantId} and coupon_id=#{couponId} update wx_coupon_channel set status=#{status} where tenant_id=#{tenantId} and coupon_id=#{couponId}
</update> </update>


Loading…
Cancel
Save