|
|
@@ -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) {
|