浏览代码

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

release_toaliyun_real
luozukai 7 年前
父节点
当前提交
c0d2b76620
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml 查看文件

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

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

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


正在加载...
取消
保存