Просмотр исходного кода

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

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
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}


Загрузка…
Отмена
Сохранить