winter пре 1 година
родитељ
комит
44883d2551
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Прегледај датотеку

@@ -118,7 +118,7 @@
</if> </if>
<if test=" null != toPayMerchant"> <if test=" null != toPayMerchant">
and ( and (
( `receive_pay` - `pay` - IFNULL(`set_off`,'0') + IFNULL(`return_pay`,'0') &lt; 0 and bill_type not in (13,21,5,7))
( `receive_pay` - `pay` - IFNULL(`set_off`,'0') + IFNULL(`return_pay`,'0') &lt; 0 and bill_type not in (13,21,5,6,7))
or or
( `pay` - IFNULL(`return_pay`,'0') &gt; 0 and bill_type in (13,21,5,7)) ( `pay` - IFNULL(`return_pay`,'0') &gt; 0 and bill_type in (13,21,5,7))
) )


Loading…
Откажи
Сачувај