소스 검색

fix请求地址

baichengfei 5 년 전
부모
커밋
6e6e852f41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/common/workflow/service/activiti/supplierInfoChangeListener/ChangeApprovalRefuseService.java

+ 1 - 1
src/main/java/com/common/workflow/service/activiti/supplierInfoChangeListener/ChangeApprovalRefuseService.java

@@ -18,7 +18,7 @@ public class ChangeApprovalRefuseService implements ExecutionListener {
         // String processKey = delegateExecution.getVariable("processKey").toString();
         String businessKey = delegateExecution.getVariable("businessKey").toString();
         Object nowStepCode = stepCode.getValue(delegateExecution).toString();
-        String approveUrl = callbackUrl + "/annual-listener/approval-refuse";
+        String approveUrl = callbackUrl + "/info-change-listener/approval-refuse";
 
         String createUserId = "";
         if (callbackUrl.length() > 0) {