Преглед изворни кода

[首页统计][修改][修改统计]

release_toaliyun_real
luozukai пре 7 година
родитељ
комит
40ab556ab3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillDepositMapper.xml

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

@@ -98,7 +98,7 @@
</select>

<select id="queryPayInfoAllTotal" resultType="hashmap" parameterType="hashmap">
select round(sum(res.receivepay)/100,2),round(sum(res.pay)/100,2) pay,res.tenant_id from
select round(sum(res.receivepay)/100,2) receivepay,round(sum(res.pay)/100,2) pay,res.tenant_id from
(
select IFNULL(sum(receive_pay),0) receivepay,IFNULL(sum(pay),0) pay,tenant_id from wx_bill_rent_deposit
where tenant_id=#{tenantId} and receive_date between #{startdate} and #{enddate}


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