opt:优化固化室出库任务
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
ORDER BY
|
ORDER BY
|
||||||
p.row_num,
|
p.row_num,
|
||||||
p.col_num
|
p.col_num
|
||||||
limit 10
|
limit 1
|
||||||
</select>
|
</select>
|
||||||
<select id="getGHSExitMaterialList" resultType="org.nl.wms.sch.point.service.dao.SchBasePoint">
|
<select id="getGHSExitMaterialList" resultType="org.nl.wms.sch.point.service.dao.SchBasePoint">
|
||||||
SELECT
|
SELECT
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
FROM
|
FROM
|
||||||
`sch_base_point` p
|
`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)
|
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 limit 10
|
ORDER BY p.row_num, p.col_num limit 1
|
||||||
</select>
|
</select>
|
||||||
<delete id="deleteNotice">
|
<delete id="deleteNotice">
|
||||||
DELETE FROM sys_notice;
|
DELETE FROM sys_notice;
|
||||||
|
|||||||
Reference in New Issue
Block a user