Browse Source

feat(all): 报表模块

1 修改配送质量报表报错问题
dev
zhaoqiaobo 2 months ago
parent
commit
f29bd1260e
  1. 2
      blade-service/logpm-report/src/main/java/com/logpm/report/mapper/QualityDispatchNumberMapper.xml

2
blade-service/logpm-report/src/main/java/com/logpm/report/mapper/QualityDispatchNumberMapper.xml

@ -195,7 +195,7 @@
<select id="exceptionNumber" resultType="com.logpm.report.vo.qulity.dispatch.QualityDispatchNumberVO"> <select id="exceptionNumber" resultType="com.logpm.report.vo.qulity.dispatch.QualityDispatchNumberVO">
select t.warehouse_name select t.warehouse_name
<if test="query.deliveryType != null and query.deliveryType != ''"> <if test="query.deliveryType != null and query.deliveryType != ''">
,t.type ,t.type deliveryType
</if> </if>
,sum(t.num) exceptionNum ,sum(t.num) exceptionNum
from (select dl.warehouse_name, from (select dl.warehouse_name,

Loading…
Cancel
Save