修改FSSC审批单跳转类型2的跳转方式
This commit is contained in:
parent
404847cb07
commit
3c14743c13
|
@ -95,6 +95,9 @@ public class FSSCController {
|
|||
reDirectUrl = postRequest.getReDirectUrl(generateUrlPathFromDataBase(dataBaseUrl, employeeNo));
|
||||
}
|
||||
|
||||
if (sysCode.getSystemCodeUrl().getRedirectType() == 2) {
|
||||
reDirectUrl = dataBaseUrl;
|
||||
}
|
||||
return reDirectUrl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue