pal去掉链接
This commit is contained in:
parent
eb32550df8
commit
6b6511d84b
Binary file not shown.
@ -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));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user