ソースを参照

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

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


読み込み中…
キャンセル
保存