Przeglądaj źródła

fix

release_toaliyun_real
winter 11 miesięcy temu
rodzic
commit
3068e8468f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz