合并dev

This commit is contained in:
zhangheng 2024-04-22 15:04:35 +08:00
parent b37ede6bcb
commit f3229528ac

View File

@ -188,4 +188,4 @@ public class DepartmentController extends BaseController {
List<DepartmentVO> list = departmentService.selectListServicePackageNum(departmentDto);
return AjaxResult.success(list);
}
}
}