Explorar o código

导入付款添加cpId

LiFei %!s(int64=4) %!d(string=hai) anos
pai
achega
52d9b8bdea

+ 1 - 0
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlgpayment/service/impl/HlgPaymentServiceImpl.java

@@ -1405,6 +1405,7 @@ public class HlgPaymentServiceImpl extends ServiceImpl<HlgPaymentMapper, HlgPaym
         jsonObject1.put("paymentSize", hlgPaymentDetailList.size());
         jsonObject1.put("existOrder", false);
         jsonObject1.put("serviceRate", hlgPayment.getServiceRate());
+        jsonObject1.put("cpId", hlgCompany.getBusinessBelongId());
         log.info("param============{}", JSONObject.toJSONString(jsonObject1));
         //数据加密
         String biz_content = CryptTool.encode(JSONObject.toJSONString(jsonObject1));