pal去掉链接

This commit is contained in:
zhal 2022-07-21 10:48:10 +08:00
parent eb32550df8
commit 6b6511d84b
2 changed files with 0 additions and 19 deletions

View File

@ -3698,25 +3698,6 @@ public class PALRepositoryQueryAPIManager {
object.put("modifyUser",model.getModifyUser());
if(object.getBoolean("folder")==false){
//判断数据库用户是否注销状态
UserModel userModel=SDK.getORGAPI().getUser(model.getCreateUser());
boolean isclosed=userModel.isClosed();
if(isclosed==false){
String sessionId = new SSOUtil().registerClientSessionNoPassword(model.getCreateUser(), LoginConst.DEFAULT_LANG, "127.0.0.1", LoginConst.DEVICE_PC);
String url=SDK.getPortalAPI().getPortalUrl()+"/r/w?uuid="+model.getId()+"&teamId=&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid="+sessionId+"";
object.put("url",url);
}else{
object.put("url","");
}
}
//三员管理下附件是否存在未标定密级
if(HighSecurityUtil.isON()){
object.put("isUpfileUnmark",this.checkUpfileSecurity(model));