大盒子标签增加车辆号
This commit is contained in:
parent
719802b3b9
commit
eff95f15fd
|
|
@ -5,7 +5,8 @@
|
|||
<select id="statisticsBoxNumByStation" parameterType="WorkStationConfig" resultType="WorkStationConfig">
|
||||
SELECT DISTINCT
|
||||
a.big_box as bigBox,
|
||||
a.order_quantity as orderQuantity
|
||||
a.order_quantity as orderQuantity,
|
||||
a.vehicle as vehicle
|
||||
FROM
|
||||
tbl_app_work_station_config a
|
||||
LEFT JOIN tbl_app_work_flow_last b ON a.small_box = b.work_center
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user