소스 검색

[修改][修改][修改卷list过滤]

release_toaliyun_real
luozukai 7 년 전
부모
커밋
3c1edb91d1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/WxCouponMapper.xml 파일 보기

@@ -409,16 +409,16 @@

<!--如果配置了审批模板,需要过滤投放审批状态-->
<if test="0 != filterCanPut or null ==filterCanPut ">
<if test=" null != pressModelId ">
<if test=" null != pressModelId and 0l != pressModelId">
and if(type=8,put_apply_status =2,1=1)
</if>
<if test=" null != groupModelId ">
<if test=" null != groupModelId and 0l != groupModelId">
and if(type=9,put_apply_status =2,1=1)
</if>
<if test=" null != cardModelId ">
<if test=" null != cardModelId and 0l != cardModelId">
and if(type=100,put_apply_status =2,1=1)
</if>
<if test=" null != couponModelId ">
<if test=" null != couponModelId and 0l != couponModelId">

and if(type !=8 and type !=9 and type!=100,put_apply_status =2,1=1)
</if>


불러오는 중...
취소
저장