|
@@ -643,7 +643,7 @@ public interface FsStoreOrderMapper
|
|
"</if>" +
|
|
"</if>" +
|
|
"</script>"})
|
|
"</script>"})
|
|
Long selectFsStoreOrderTotalCount(@Param("type") int type, @Param("companyId") Long companyId);
|
|
Long selectFsStoreOrderTotalCount(@Param("type") int type, @Param("companyId") Long companyId);
|
|
- @Select("select order_id from fs_store_order WHERE `status`= 2 and order_type=1 and store_id in (select store_id from fs_store where delivery_type=2) and extend_order_id is null ")
|
|
|
|
|
|
+ @Select("select order_id from fs_store_order WHERE `status`= 2 and extend_order_id is null ")
|
|
List<Long> selectFsStoreOrderNoCreateOms();
|
|
List<Long> selectFsStoreOrderNoCreateOms();
|
|
@Select("select order_id from fs_store_order WHERE `status`= 2 and order_type=2 and store_id in(select store_id from fs_store where delivery_type=1) and extend_order_id is null ")
|
|
@Select("select order_id from fs_store_order WHERE `status`= 2 and order_type=2 and store_id in(select store_id from fs_store where delivery_type=1) and extend_order_id is null ")
|
|
List<Long> selectFsStoreOrderNoTuiOrder();
|
|
List<Long> selectFsStoreOrderNoTuiOrder();
|