大盒子标签增加车辆号

This commit is contained in:
bo.wu@finesys.com.cn 2025-05-15 11:47:31 +08:00
parent 719802b3b9
commit eff95f15fd

View File

@ -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