point bug

This commit is contained in:
wangjinlei
2023-10-18 10:12:30 +08:00
parent ff1e833d5f
commit 59f46eb2aa
5 changed files with 38 additions and 4 deletions

View File

@@ -18,5 +18,7 @@ public interface PayWechatOrderService extends IService<PayWechatOrderEntity> {
PageUtils queryPage(Map<String, Object> params);
void add(String orderSn,String prepayId);
void addForPoint(String orderSn,String prepayId,Integer buyOrderId);
}