制度手册导出添加识别操作指导

This commit is contained in:
lihongyu 2022-10-10 12:23:13 +08:00
parent b065dac7a5
commit b48c65c7c2

View File

@ -425,6 +425,8 @@ public class Report1Gener {
String type = shape.get("type").toString();
if ("regulation".equals(type)) {
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) {