Просмотр исходного кода

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

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
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>


Загрузка…
Отмена
Сохранить