|
@@ -372,7 +372,7 @@ public interface FsStorePaymentScrmMapper
|
|
|
List<FsStorePaymentScrm> selectFsStorePaymentByOrderId(Long orderId);
|
|
List<FsStorePaymentScrm> selectFsStorePaymentByOrderId(Long orderId);
|
|
|
|
|
|
|
|
/** App 发货(business_type=8),不对接小程序/ERP,仅本地订单发货 */
|
|
/** App 发货(business_type=8),不对接小程序/ERP,仅本地订单发货 */
|
|
|
- @Select("select * from fs_store_payment_scrm where (business_type=2 or business_type=8 or business_type=9 ) and order_id=#{orderId} and status=1 ")
|
|
|
|
|
|
|
+ @Select("select * from fs_store_payment_scrm where (business_type=8 or business_type=9 ) and order_id=#{orderId} and status=1 ")
|
|
|
List<FsStorePaymentScrm> selectFsStorePaymentByOrderIdBusinessType8(Long orderId);
|
|
List<FsStorePaymentScrm> selectFsStorePaymentByOrderIdBusinessType8(Long orderId);
|
|
|
|
|
|
|
|
@Select("select * from fs_store_payment_scrm where (business_type=2 or business_type=8 or business_type=9 ) and order_id=#{orderId} and status=1 ")
|
|
@Select("select * from fs_store_payment_scrm where (business_type=2 or business_type=8 or business_type=9 ) and order_id=#{orderId} and status=1 ")
|