|
@@ -123,6 +123,7 @@ public class SystemController {
|
|
|
public List<Integer> getPersonIdByName(String personName){
|
|
|
return systemService.getPersonIdByName(personName);
|
|
|
}
|
|
|
+
|
|
|
@PostMapping("/getDeparts")
|
|
|
@Operation(summary = "根据部门id获得名称")
|
|
|
public List<Map<String,Object>> getDeparts(@RequestBody List<Integer> departIds) {
|