Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 1 rokem
rodič
revize
5db2538e0d
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Zobrazit soubor

@@ -466,7 +466,9 @@
and( and(
<!-- 应收 --> <!-- 应收 -->
( (
( `receive_pay` - `pay` - IFNULL(`set_off`,'0') + IFNULL(`return_pay`,'0') &gt; 0 and bill_type not in (13,21,5,6,7))
IFNULL(`pay`,'0') &lt;= 0
or
( starttime &gt;= #{starttime} and `receive_pay` - `pay` - IFNULL(`set_off`,'0') + IFNULL(`return_pay`,'0') &gt; 0 and bill_type not in (13,21,5,6,7))
or or
( `receive_pay` - `pay` - IFNULL(`set_off`,'0') &gt; 0 and bill_type in (13,21,5,6,7)) ( `receive_pay` - `pay` - IFNULL(`set_off`,'0') &gt; 0 and bill_type in (13,21,5,6,7))
) )


Načítá se…
Zrušit
Uložit