|
|
@@ -999,7 +999,7 @@ public interface FsStoreOrderScrmMapper
|
|
|
@Select("select id from fs_store_order_scrm where status = 2 and DATE(pay_time)>='2023-11-1' and DATE(create_time)<='2024-2-7' and company_id is null ")
|
|
|
List<Long> selectSyncExpressIds();
|
|
|
|
|
|
- @Select("select id from fs_store_order_scrm where status = 2 and DATE(pay_time)>='2023-11-1' and company_id is null ")
|
|
|
+ @Select("select id from fs_store_order_scrm where status = 2 and DATE(pay_time)>='2025-11-1' ")
|
|
|
List<Long> selectSyncExpressIdsNoDate();
|
|
|
|
|
|
|