|
|
@ -822,7 +822,7 @@ public class PortalOfCostApplication { |
|
|
|
log.info("COST_TO_PAY_API 支付单信息:{} 数据:{}",verificationSubject.getVerificationSubCode(),json); |
|
|
|
String rs = HttpUtil.doPost(COST_TO_PAY_API,json,null); |
|
|
|
if(rs==null||!rs.contains("200")){ |
|
|
|
log.error("COST_TO_PAY_API \n请求参数:{},\n支付单信息:{},\n结果:{}",json,verificationSubject.getVerificationSubCode(),rs); |
|
|
|
log.error("COST_TO_PAY_API \n 请求参数:{},\n 支付单信息:{},\n 结果:{}",json,verificationSubject.getVerificationSubCode(),rs); |
|
|
|
//核销调度接口事务补偿
|
|
|
|
costApplyService.removeById(costApply.getId()); |
|
|
|
activityService.removeById(activity.getId()); |
|
|
|