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

b端卷列表去掉过滤模板

release_toaliyun_real
xhxu 5 лет назад
Родитель
Сommit
0ac7e686a1
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Просмотреть файл

@@ -482,7 +482,7 @@
and cm.`merchant_id` = #{merchantId}
</if>

<!--如果配置了审批模板,需要过滤投放审批状态-->
<!--&lt;!&ndash;如果配置了审批模板,需要过滤投放审批状态&ndash;&gt;
<if test="0 != filterCanPut or null ==filterCanPut ">
<if test=" null != pressModelId and 0l != pressModelId">
and if(c.type=8,c.put_apply_status =2 or c.id in (
@@ -521,7 +521,7 @@
),1=1)
</if>
<if test=" null != couponModelId and 0l != couponModelId">
and if(c.type !=8 and c.type !=9 and c.type!=100,c.put_apply_status =2 or c.id in (
and if(c.type !=8 and c.type !=9 and c.type!=100, c.put_apply_status =2 or c.id in (
select coupon_id from wx_coupon_channel
where status=0
<if test=" null != tenantId and '' != tenantId">
@@ -532,7 +532,7 @@
</if>
),1=1)
</if>
</if>
</if>-->

<if test=" null != ids ">
and c.id in


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