|
@@ -55,6 +55,7 @@ public class VisualizationController extends BaseController {
|
|
|
public String index(ModelMap mmap){
|
|
|
SysDept dept = new SysDept();
|
|
|
dept.setParentId(214L);
|
|
|
+ dept.setStatus("0");//不查询状态禁用的部门
|
|
|
List<SysDept> depts = sysDeptService.selectDeptList(dept);
|
|
|
mmap.put("depts",depts);
|
|
|
mmap.put("deptCount",depts.size());
|