|
|
@@ -293,7 +293,7 @@ public interface FsStorePaymentScrmMapper
|
|
|
"</script>"})
|
|
|
List<FsStorePaymentVO> selectFsMyStorePaymentListQueryVO(@Param("maps") FsStorePaymentParam fsStorePayment);
|
|
|
|
|
|
- @Select("select * from fs_store_payment_scrm where (business_type=2 or business_type=8) 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 ")
|
|
|
List<FsStorePaymentScrm> selectFsStorePaymentByOrderId(Long orderId);
|
|
|
|
|
|
|