diff --git a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml index d2a6fdc1d..9daf9daf5 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml @@ -387,7 +387,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" count(a.bill_code) as totalNum, round(sum(b.bill_fee),2) as totalBillFee, b.cust_no as custNo, - max(b.custName) as custName, + max(b.cust_name) as custName, sum(a.parcel_qty) as parcelQty, sum(a.bill_weight) as totalBillWeight, sum(a.total_volume) as totalVolume,