|
|
|
|
@ -134,4 +134,11 @@ public class PoliceUserController {
|
|
|
|
|
return AjaxResult.success(iPoliceUserService.listByCurrentDept(name)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@NotPower |
|
|
|
|
@GetMapping("/listByEmpNo") |
|
|
|
|
@ApiOperation(value="当前人员信息") |
|
|
|
|
public AjaxResult<PoliceUser> listByEmpNo(String EmpNo) { |
|
|
|
|
return AjaxResult.success(iPoliceUserService.getOneByEmpNo(EmpNo)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|