修改FSSC审批单跳转类型2的跳转方式

This commit is contained in:
lulz1 2024-03-29 09:22:35 +08:00
parent 404847cb07
commit 3c14743c13
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ public class FSSCController {
reDirectUrl = postRequest.getReDirectUrl(generateUrlPathFromDataBase(dataBaseUrl, employeeNo));
}
if (sysCode.getSystemCodeUrl().getRedirectType() == 2) {
reDirectUrl = dataBaseUrl;
}
return reDirectUrl;
}