1.运行管理追加分页;
2.新增终端在线率统计接口; 3.移植运行状态接口
This commit is contained in:
@@ -277,7 +277,7 @@ public class DeptController extends BaseController {
|
||||
*/
|
||||
@OperateInfo(info = LogEnum.SYSTEM_COMMON)
|
||||
@GetMapping("/getDeptById")
|
||||
@ApiOperation("获取所有单位")
|
||||
@ApiOperation("根据部门Id获取部门信息")
|
||||
public HttpResult<Dept> getDeptById(@RequestParam("deptId")String deptId) {
|
||||
String methodDescribe = getMethodDescribe("getDeptById");
|
||||
Dept result = deptService.getDeptById(deptId);
|
||||
|
||||
Reference in New Issue
Block a user