|
@@ -2241,7 +2241,7 @@ public class ShelvesTaskService extends ManagementService {
|
|
|
String sql = "select * from wms_shelves_task wst where wst.PICK_INBOUND_ID in " +
|
|
|
"(select opi.PICK_INBOUND_ID from oms_pick_inbound opi where opi.ACCOUNT_ID=:accountId " +
|
|
|
"and opi.CUSTOMER_ID=:customerId and opi.PICK_INBOUND_STATUS in (:pickInboundStatusList) and opi.IS_FEEDBACK=0 and opi.delete_flag=0 and opi.ACTUAL_RECEIVE_QUANTITY < 15000) " +
|
|
|
- "and wst.SHELVES_STATUS in (:shelvesStatusList) and wst.delete_flag=0 limit 1";
|
|
|
+ "and wst.SHELVES_STATUS in (:shelvesStatusList) and wst.delete_flag=0";
|
|
|
Map<String, Object> params = new HashMap<String, Object>();
|
|
|
params.put("accountId", accountId);
|
|
|
params.put("customerId", customerId);
|