Browse Source

//update

release_toaliyun_real
xhxu 4 years ago
parent
commit
5d732e6fa1
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 1
- 4
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml View File

@@ -246,15 +246,12 @@
cc.`target_ad`,cc.`business`,cc.`sub_business`,cc.`show_begin_time`,cc.`begin_time`,cc.`end_time`,cc.`status`,
cc.`create_date`,cc.`update_date`,cc.`sub_target_id`,cc.qr_code,cc.tt_spu_id
from wx_coupon_channel cc
where cc.status = 0
where cc.`tenant_id` = #{tenantId}

<if test=" null != id ">
and cc.`id` = #{id}
</if>

<if test=" null != tenantId and '' != tenantId">
and cc.`tenant_id` = #{tenantId}
</if>
<if test=" null != parentTenantId and '' != parentTenantId">
and cc.`parent_tenant_id` = #{parentTenantId}
</if>


Loading…
Cancel
Save