Browse Source

[专题][修改][修改列表,不展示已上架的数据]

release_toaliyun_real
luozukai 7 years ago
parent
commit
c0d2b76620
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml View File

@@ -416,10 +416,11 @@
</foreach> </foreach>
</if> </if>


<!--
<if test="0 == status "> <if test="0 == status ">
and c.id not in and c.id not in
(select coupon_id from wx_coupon_channel where tenant_id=#{tenantId} and status = 0) (select coupon_id from wx_coupon_channel where tenant_id=#{tenantId} and status = 0)
</if>
</if>-->


<if test=" null != sortColumns">order by ${sortColumns}</if> <if test=" null != sortColumns">order by ${sortColumns}</if>
</sql> </sql>


Loading…
Cancel
Save