| | |
| | | import com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingResult; |
| | | import com.ruoyi.order.domain.pojo.account.ProfitSharing; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.order.domain.vo.PaymentDelaytransHFTXVo; |
| | | |
| | | import java.math.BigDecimal; |
| | | |
| | |
| | | * @param result |
| | | */ |
| | | void saveProfitSharing(Long shopId, String orderId, BigDecimal orderMoney, ProfitSharingResult result); |
| | | |
| | | |
| | | /** |
| | | * 创建按分账记录 |
| | | * @param shopId |
| | | * @param orderId |
| | | * @param orderMoney |
| | | * @param result |
| | | */ |
| | | void saveProfitSharing1(Long shopId, String orderId, BigDecimal orderMoney, String huifuId, Double amount, PaymentDelaytransHFTXVo result); |
| | | |
| | | |
| | | /** |
| | | * @description 通过订单id获取 |
| | | * @author jqs |
| | | * @date 2023/9/8 10:34 |
| | | * @param orderId |
| | | * @return ProfitSharing |
| | | */ |
| | | ProfitSharing getByOrderId(String orderId); |
| | | } |