winter пре 2 година
родитељ
комит
cb5a3fec05
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml Прегледај датотеку

@@ -127,7 +127,7 @@
</resultMap> </resultMap>
<select id="getBillMonthSum" parameterType="com.iformall.domain.po.WxBillOther" resultMap="SumBaseResultMap"> <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 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> </select>


<update id="updateNotPaidStatus" parameterType="hashmap"> <update id="updateNotPaidStatus" parameterType="hashmap">


Loading…
Откажи
Сачувај