Browse Source

feat(all): 配送明细报表

1 优化配送明细广播推送
pre-production
zhaoqiaobo 3 months ago
parent
commit
bf7c3b4b91
  1. 6
      blade-service/logpm-report/src/main/java/com/logpm/report/mapper/QualityDispatchNumberMapper.xml

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

@ -248,6 +248,9 @@
<if test="item == '市配'">
2
</if>
<if test="item == '自提'">
0
</if>
</foreach>
</if>
group by dl.warehouse_name
@ -294,6 +297,9 @@
<if test="item == '市配'">
2
</if>
<if test="item == '自提'">
0
</if>
</foreach>
</if>
group by t.abnormal_type, dr.reservation_code) t

Loading…
Cancel
Save