BUG-附件权限BUG修复

This commit is contained in:
dxfeng 2024-08-19 10:46:08 +08:00
parent a17ccfa60b
commit 008c21b686
1 changed files with 3 additions and 4 deletions

View File

@ -11,10 +11,7 @@ import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.poi.util.IOUtils;
import weaver.conn.RecordSet;
import weaver.docs.docs.DocCoder;
import weaver.docs.docs.DocComInfo;
import weaver.docs.docs.DocImageManager;
import weaver.docs.docs.DocManager;
import weaver.docs.docs.*;
import weaver.file.ImageFileManager;
import weaver.general.BaseBean;
import weaver.general.TimeUtil;
@ -254,6 +251,8 @@ public class RecruitModeUtil {
dm.setDocEdition(1);
dm.AddDocInfo();
dm.AddShareInfo();
DocViewer DocViewer = new DocViewer();
DocViewer.setDocShareByDoc("" + docId);
DocComInfo dc = new DocComInfo();
dc.addDocInfoCache("" + docId);
return docId;