fix:修复安能新增和修改行程的审批单传参

This commit is contained in:
lulz1 2024-07-04 12:45:52 +08:00
parent 7e44165f75
commit bc3af1c109
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ public class ApprovalPlatformAN implements ApprovalPlatform {
approvalPlatformInfo.changeUrl()
.ifPresent(url -> {
ApprovalScheduleParam approvalScheduleParam = createApprovalScheduleParam(approvalData);
System.out.println(Json.gson().toJson(approvalScheduleParam));
CompletableFuture.runAsync(() -> DelayDispatch.attemptToSend(() -> postRequest.post(url, approvalScheduleParam, ANResponse.class)
.getSuccess(), 0));
});