根据正文生成条款代码调整
This commit is contained in:
parent
cb9532f977
commit
1dc1b986ab
@ -319,6 +319,7 @@ public class CreateMaps implements IJob {
|
||||
|
||||
// 设置画布大小
|
||||
setDiagramHeightWidth(definition, elements);
|
||||
System.err.println("==========>"+elements);
|
||||
defineModel.setDefinition(definition.toString());
|
||||
// 保存文件
|
||||
if(CoeDesignerAPIManager.getInstance().storeDefinition(defineModel)>0) {
|
||||
|
||||
@ -393,7 +393,6 @@ 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)) {
|
||||
RefreshNo(palRepositoryModel);
|
||||
logMaps.put("CREATESHAPE", "图形创建成功!");
|
||||
}else {
|
||||
logMaps.put("CREATESHAPE", "图形创建失败!");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user