修改制度名称
This commit is contained in:
parent
a8ae0a267c
commit
202e946f0f
@ -8170,7 +8170,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
if(sb.length()>0){
|
||||
keywordStr = sb.deleteCharAt(sb.length() - 1).toString();//去掉最后一个逗号
|
||||
}else{
|
||||
keywordStr="无";
|
||||
keywordStr=" ";
|
||||
}
|
||||
ro.put("repositoryPathData",keywordStr);
|
||||
return ro.toString();
|
||||
@ -8231,11 +8231,11 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
if(type.equals("1")){
|
||||
shape=ShapeUtils.getProcessShapeDefinitionByName("control_policy", "regulation");
|
||||
shape.put("id", shapeId);
|
||||
shape.put("text","制度");
|
||||
shape.put("text",title);
|
||||
}else {
|
||||
shape= ShapeUtils.getProcessShapeDefinitionByName("control_policy", "I/O_L4");
|
||||
shape.put("id", shapeId);
|
||||
shape.put("text","操作指导");
|
||||
shape.put("text",title);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user