导入泳道图形状文本显示了多余内容问题
This commit is contained in:
parent
7258cce851
commit
f5b471a225
Binary file not shown.
@ -1496,8 +1496,8 @@ public class ImportShapeExcel1 {
|
||||
if(null == shape){
|
||||
return shape;
|
||||
}
|
||||
//Todo:测试修改text为名称+编号
|
||||
shape.put("text", node.getShapeName()+node.getShapeNum());
|
||||
|
||||
shape.put("text", node.getShapeName());
|
||||
shape.put("id", UUIDGener.getUUID());
|
||||
shape.put("shapeNum", node.getShapeNum());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user