md
This commit is contained in:
parent
0debebed34
commit
c4eb0189ba
@ -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(a.bill_fee),2) as totalBillFee
|
||||
round(sum(b.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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user