‘linchangsheng’ 10 月之前
父节点
当前提交
7cc7ce5c9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mall-server-api/src/main/java/com/gree/mall/manager/logic/common/WechatLogic.java

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/common/WechatLogic.java

@@ -878,7 +878,7 @@ public class WechatLogic {
         //receiver.put("name",name);
         receiver.put("relation_type", "STAFF");
         //添加分账人
-        ProfitSharingService profitSharingService = this.getPayWebstiService(companyWechatId,source).getProfitSharingService();
+        ProfitSharingService profitSharingService = this.getPayJaspWebstiService(companyWechatId,source).getProfitSharingService();
 
         ProfitSharingReceiverRequest profitSharingReceiverRequest = new ProfitSharingReceiverRequest();
         profitSharingReceiverRequest.setReceiver(JSONObject.toJSONString(receiver));