|
@@ -1224,7 +1224,7 @@ public interface FsStoreOrderScrmMapper
|
|
|
|
|
|
|
|
FsStoreOrderAmountScrmStatsDetailVo selectFsStoreOrderAmountScrmStatsDetail(FsStoreOrderAmountScrmStatsQueryDto queryDto);
|
|
FsStoreOrderAmountScrmStatsDetailVo selectFsStoreOrderAmountScrmStatsDetail(FsStoreOrderAmountScrmStatsQueryDto queryDto);
|
|
|
|
|
|
|
|
- @Select("SELECT order_id FROM fs_store_order_scrm WHERE `status` = 2 AND refund_status = 0")
|
|
|
|
|
|
|
+ @Select("SELECT id FROM fs_store_order_scrm WHERE `status` = 2 AND refund_status = 0")
|
|
|
List<Long> selectSyncExpressScrm();
|
|
List<Long> selectSyncExpressScrm();
|
|
|
|
|
|
|
|
|
|
|