소스 검색

fix

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

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

@@ -121,7 +121,7 @@
and ( and (
( `receive_pay` - `pay` - IFNULL(`set_off`,'0') + IFNULL(`return_pay`,'0') < 0 and bill_type not in (13,21,5,6,7)) ( `receive_pay` - `pay` - IFNULL(`set_off`,'0') + IFNULL(`return_pay`,'0') < 0 and bill_type not in (13,21,5,6,7))
or or
( `pay` - IFNULL(`return_pay`,'0') > 0 and bill_type in (13,21,5,7))
( `pay` - IFNULL(`return_pay`,'0') - IFNULL(`use_money`,'0') > 0 and bill_type in (13,21,5,7))
) )
</if> </if>
<if test=" 1 == notifyed "> <if test=" 1 == notifyed ">


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