代码优化
This commit is contained in:
parent
5c1a62b69e
commit
cb52ee8c97
|
|
@ -305,9 +305,9 @@ public class OutsourcerEvaluateServiceImpl implements OutsourcerEvaluateService
|
||||||
childMap.put("title", deptName);
|
childMap.put("title", deptName);
|
||||||
childMap.put("mergeType", "colspan");
|
childMap.put("mergeType", "colspan");
|
||||||
childMap.put("num", num);
|
childMap.put("num", num);
|
||||||
if (isEdit) {
|
/* if (isEdit) {
|
||||||
childMap.put("edit", "text");
|
childMap.put("edit", "text");
|
||||||
}
|
}*/
|
||||||
childMap.put("field", setTemplateBean.getParentId() + "-" + setTemplateBean.getId() + "-" + deptId);
|
childMap.put("field", setTemplateBean.getParentId() + "-" + setTemplateBean.getId() + "-" + deptId);
|
||||||
list.add(childMap);
|
list.add(childMap);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue