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