rev:修改任务生成定时器
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
ORDER BY
|
||||
p.row_num,
|
||||
p.col_num
|
||||
limit 1
|
||||
</select>
|
||||
<select id="getGHSExitMaterialList" resultType="org.nl.wms.sch.point.service.dao.SchBasePoint">
|
||||
SELECT
|
||||
@@ -32,7 +33,7 @@
|
||||
FROM
|
||||
`sch_base_point` p
|
||||
WHERE p.region_code = 'GH' AND p.point_type = '3' AND p.point_status = '2' and (p.ing_task_code = '' OR p.ing_task_code IS NULL)
|
||||
ORDER BY p.row_num, p.col_num
|
||||
ORDER BY p.row_num, p.col_num limit 1
|
||||
</select>
|
||||
<select id="getZCSameMaterialPoint" resultType="org.nl.wms.sch.point.service.dao.SchBasePoint">
|
||||
SELECT vg.material_id,p.*
|
||||
|
||||
Reference in New Issue
Block a user