|
|
|
@@ -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> |
|
|
|
|