|
|
|
@@ -127,7 +127,7 @@ |
|
|
|
</resultMap> |
|
|
|
<select id="getBillMonthSum" parameterType="com.iformall.domain.po.WxBillOther" resultMap="SumBaseResultMap"> |
|
|
|
select sum(br.receive_pay) receive_pay , sum(br.pay) paid, sum(br.owe) owe from wx_bill_other br |
|
|
|
<include refid="queryBillRentListCondition"/> |
|
|
|
<include refid="queryBillListConditions"/> |
|
|
|
</select> |
|
|
|
|
|
|
|
<update id="updateNotPaidStatus" parameterType="hashmap"> |
|
|
|
|