1
This commit is contained in:
parent
507feb9219
commit
dbb0f90057
|
|
@ -84,9 +84,10 @@
|
|||
where location_status = 0 and is_working = 0 and is_enable = 0
|
||||
and location_id NOT IN ( SELECT DISTINCT ( t.location_id ) FROM app_stock t UNION SELECT DISTINCT ( p.location_id ) FROM app_task p where p.location_id is not null)
|
||||
ORDER BY
|
||||
w_depth DESC,
|
||||
w_layer ASC,
|
||||
w_col asc
|
||||
w_layer asc,
|
||||
w_depth desc,
|
||||
w_col asc,
|
||||
w_row asc
|
||||
</select>
|
||||
<select id="countAvailableStock" resultType="java.util.Map">
|
||||
SELECT
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user