demand: tms-统计报表-月结客户出货统计-按运输方式统计-统计增加与前一个时间段比较逻辑 tms-统计报表-月结客户出货统计-按目的国家统计-统计增加与前一个时间段比较逻辑
committer: heyu
This commit is contained in:
parent
4a7268b6e3
commit
f9aa123aaa
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user