制度手册导出添加识别操作指导
This commit is contained in:
parent
b065dac7a5
commit
b48c65c7c2
@ -425,6 +425,8 @@ public class Report1Gener {
|
|||||||
String type = shape.get("type").toString();
|
String type = shape.get("type").toString();
|
||||||
if ("regulation".equals(type)) {
|
if ("regulation".equals(type)) {
|
||||||
controlShapeId = shape.get("id").toString();
|
controlShapeId = shape.get("id").toString();
|
||||||
|
}else if("I/O_L4".equals(type)) {
|
||||||
|
controlShapeId = shape.get("id").toString();
|
||||||
}
|
}
|
||||||
//如果图形元素不是流程步骤,不导出该元素
|
//如果图形元素不是流程步骤,不导出该元素
|
||||||
// if (PrReportComment.PROCESS_STEP.indexOf((String)shape.get("type")) == -1) {
|
// if (PrReportComment.PROCESS_STEP.indexOf((String)shape.get("type")) == -1) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user