|
|
@@ -119,7 +119,7 @@ public class KeycloakDepartmentController {
|
|
|
* @return 部门设备列表
|
|
|
*/
|
|
|
@SysLogIgnore
|
|
|
- @GetMapping("/tenant/department/device/list")
|
|
|
+ @GetMapping("/tenant/department/device/simpleList")
|
|
|
public Response listDepartmentDeviceSimple(DeviceDepartmentCmd departmentCmd){
|
|
|
if(departmentCmd.getActivate() == null){departmentCmd.setActivate(true);}
|
|
|
return SingleResponse.of(departmentService.listDepartmentDeviceSimple(departmentCmd));
|