前后置流程操作导致文件属性空指针异常;去掉无用注释
This commit is contained in:
parent
ec05979b39
commit
1ba2e458cc
Binary file not shown.
@ -31,7 +31,7 @@ import com.actionsoft.sdk.local.SDK;
|
||||
import com.actionsoft.sdk.local.api.AppAPI;
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.aspose.words.TableAlignment;
|
||||
//import com.aspose.words.TableAlignment;
|
||||
import com.sini.com.spire.doc.*;
|
||||
import com.sini.com.spire.doc.collections.SectionCollection;
|
||||
import com.sini.com.spire.doc.documents.*;
|
||||
|
||||
@ -3931,9 +3931,11 @@ public class DesignerRelationShapeWeb extends ActionWeb {
|
||||
}
|
||||
if (!exist) {
|
||||
DesignerShapeRelationModel model = new DesignerShapeRelationModel();
|
||||
long l = System.currentTimeMillis();
|
||||
model.setId(UUIDGener.getUUID());
|
||||
model.setFileId(uuid);
|
||||
model.setShapeId("");
|
||||
model.setShapeText(l + "");
|
||||
model.setAttrId(attrId);
|
||||
model.setRelationFileId(relationFileId);
|
||||
model.setRelationShapeId("");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user