This commit is contained in:
linfso 2024-07-08 14:45:30 +08:00
parent 8aff67324a
commit 0debebed34

View File

@ -138,7 +138,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getQueryStatInfoMap" parameterType="EmisSettleSubBill" resultType="map">
select
count(distinct a.bill_code) as totalNum,
round(sum(billFee),2) as totalBillFee
round(sum(a.bill_fee),2) as totalBillFee
from emis_settle_sub_bill b ,emis_waybill a
<where>
a.bill_code=b.bill_code and a.del_flag='0' and b.del_flag='0'