|
|
@@ -324,4 +324,7 @@ public interface FsStorePaymentMapper
|
|
|
//获取需要分账的支付明细
|
|
|
@Select("SELECT * FROM fs_store_payment WHERE is_share = 1 AND share_status = 0 AND `status` = 1")
|
|
|
List<FsStorePayment> selectSharePaymentList();
|
|
|
+
|
|
|
+ @Select("SELECT * FROM fs_store_payment_scrm WHERE pay_time >= '2025-10-16' AND pay_time <= '2025-10-18' AND `status` = 1")
|
|
|
+ List<FsStorePayment> selectNoConfirm();
|
|
|
}
|