소스 검색

[卡券][修改]:导出所有的

release_toaliyun_real
Stormeye Wu 6 년 전
부모
커밋
ffe13e665c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml 파일 보기

@@ -84,7 +84,7 @@
<select id="findAvaPasswordListByCouponId" parameterType="com.iformall.domain.po.WxCouponPassword" resultMap="BaseResultMap">
select <include refid="allColumns" />
from wx_coupon_password
<where> `status` not in (3,4)
<where>
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>


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