Browse Source

fix

release_toaliyun_real
winter 10 months ago
parent
commit
3068e8468f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml View 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>


Loading…
Cancel
Save