制度上传原文生成条款时创建编号

This commit is contained in:
lihongyu 2022-11-02 16:17:05 +08:00
parent fad02c77e1
commit 747cfc2849

View File

@ -393,8 +393,7 @@ public class ReadWordUtil {
DCContext dcContextpdf1 = new DCContext(userContext, dcProfilepdfdoc, "com.actionsoft.apps.coe.pal.datamigration", groupValue, fileValue, docxname);
InputStream docxfile = SDK.getDCAPI().read(dcContextpdf1);
if(new CreateMaps().updateMaps(userContext, wsId, docxfile, title)) {
PALRepositoryModel model = PALRepositoryCache.getCache().get(fileValue);
RefreshNo(model);
RefreshNo(palRepositoryModel);
logMaps.put("CREATESHAPE", "图形创建成功!");
}else {
logMaps.put("CREATESHAPE", "图形创建失败!");