Sfoglia il codice sorgente

fix

release_toaliyun_real
winter 11 mesi fa
parent
commit
3068e8468f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Vedi File

@@ -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>


Caricamento…
Annulla
Salva