修改制度名称

This commit is contained in:
zhal 2022-07-12 18:23:10 +08:00
parent a8ae0a267c
commit 202e946f0f

View File

@ -8170,7 +8170,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
if(sb.length()>0){ if(sb.length()>0){
keywordStr = sb.deleteCharAt(sb.length() - 1).toString();//去掉最后一个逗号 keywordStr = sb.deleteCharAt(sb.length() - 1).toString();//去掉最后一个逗号
}else{ }else{
keywordStr=""; keywordStr=" ";
} }
ro.put("repositoryPathData",keywordStr); ro.put("repositoryPathData",keywordStr);
return ro.toString(); return ro.toString();
@ -8231,11 +8231,11 @@ public class CoeProcessLevelWeb extends ActionWeb {
if(type.equals("1")){ if(type.equals("1")){
shape=ShapeUtils.getProcessShapeDefinitionByName("control_policy", "regulation"); shape=ShapeUtils.getProcessShapeDefinitionByName("control_policy", "regulation");
shape.put("id", shapeId); shape.put("id", shapeId);
shape.put("text","制度"); shape.put("text",title);
}else { }else {
shape= ShapeUtils.getProcessShapeDefinitionByName("control_policy", "I/O_L4"); shape= ShapeUtils.getProcessShapeDefinitionByName("control_policy", "I/O_L4");
shape.put("id", shapeId); shape.put("id", shapeId);
shape.put("text","操作指导"); shape.put("text",title);
} }