Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 11 měsíci
rodič
revize
3068e8468f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

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

@@ -434,7 +434,7 @@
</update>
<select id="getReceivePaySum" parameterType="com.iformall.domain.po.WxAllBill" resultType="DECIMAL">
select sum(CAST(ifnull(receive_pay,'0'))) AS DECIMAL(20,2)
select sum(CAST(ifnull(receive_pay,'0') AS DECIMAL(20,2)))
from wx_all_bill
<include refid="dynamicWhereConditions"/>
</select>


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