|
@@ -1028,7 +1028,7 @@ public interface FsStoreOrderScrmMapper
|
|
|
|
|
|
|
|
List<FsStoreOrderScrm> selectFsStoreOrderStatisticsByUserId(@Param("ids") List<Long> ids);
|
|
List<FsStoreOrderScrm> selectFsStoreOrderStatisticsByUserId(@Param("ids") List<Long> ids);
|
|
|
|
|
|
|
|
- @Select("select id from fs_store_order_scrm WHERE `status`= 1 and extend_order_id is null and handle_collection_id is not null ")
|
|
|
|
|
|
|
+ @Select("select id from fs_store_order_scrm WHERE `status`= 1 and extend_order_id is null and prescribe_id is not null ")
|
|
|
List<Long> selectFsStoreOrderNoCreateOms();
|
|
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 ")
|