|
|
@@ -1032,7 +1032,7 @@ public interface FsStoreOrderScrmMapper
|
|
|
@Select("select id from fs_store_order_scrm WHERE `status`= 1 and extend_order_id is null ")
|
|
|
List<Long> selectFsStoreOrderNoCreateOms();
|
|
|
|
|
|
- @Select("select * from fs_store_order_scrm where status = 1 and extend_order_id is not null and delivery_id is null ")
|
|
|
+ @Select("select * from fs_store_order_scrm where status = 1 and extend_order_id is not null and delivery_id is null limit 60")
|
|
|
List<FsStoreOrderScrm> selectUpdateExpress();
|
|
|
|
|
|
@Select("select fso.id from fs_store_order_scrm fso inner join fs_store_order_audit_scrm fsoa on fsoa.order_id = fso.id where fso.`status`= 1 and fso.extend_order_id is null and fsoa.audit_status = 4")
|