md
This commit is contained in:
parent
8fa484ddfa
commit
8aff67324a
@ -137,7 +137,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="getQueryStatInfoMap" parameterType="EmisSettleSubBill" resultType="map">
|
||||
select
|
||||
count(distinct billCode) as totalNum,
|
||||
count(distinct a.bill_code) as totalNum,
|
||||
round(sum(billFee),2) as totalBillFee
|
||||
from emis_settle_sub_bill b ,emis_waybill a
|
||||
<where>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user