demand: tms-统计报表-月结客户出货统计-按运输方式统计-统计增加与前一个时间段比较逻辑 tms-统计报表-月结客户出货统计-按目的国家统计-统计增加与前一个时间段比较逻辑

committer: heyu
This commit is contained in:
aike 2025-11-19 16:13:03 +08:00
parent 4a7268b6e3
commit f9aa123aaa

View File

@ -3993,7 +3993,7 @@
</select>
<!-- 查询月结客户出货统计 -->
<select id="selectMonthlyCustomerShipmentStat" parameterType="EmisWaybill" resultType="map">
<select id="selectMonthlyCustomerShipmentStat" parameterType="EmisWaybill" resultType="com.xdadan.erp.emis.domain.vo.MonthlyCustomerShipmentStatVO">
SELECT
cu.customer_code AS customerCode,
cu.customer_name AS customerName,
@ -4098,7 +4098,7 @@
</select>
<!-- 按目的国家查询月结客户出货统计 -->
<select id="selectMonthlyCustomerShipmentStatByCountry" parameterType="EmisWaybill" resultType="map">
<select id="selectMonthlyCustomerShipmentStatByCountry" parameterType="EmisWaybill" resultType="com.xdadan.erp.emis.domain.vo.MonthlyCustomerShipmentStatVO">
SELECT
cu.customer_code AS customerCode,
cu.customer_name AS customerName,