导入泳道图形状文本显示了多余内容问题

This commit is contained in:
446052889@qq.com 2022-11-01 11:21:17 +08:00
parent 7258cce851
commit f5b471a225
2 changed files with 2 additions and 2 deletions

View File

@ -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());