소스 검색

fix cashout

release_toaliyun_real
xiaohanzi 5 년 전
부모
커밋
eeb4fbf830
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

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

@@ -52,10 +52,14 @@
and `create_date` <= #{createDateEnd}
</if>

<if test=" null != merchantName ">
and `merchant_name` like concat('%', #{merchantName},'%')
</if>

<if test=" null != status ">
and `status` = #{status}
</if>

<if test=" null != statusList ">
and status in
<foreach collection="statusList" index="index" item="statusItem" open="(" separator="," close=")">


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