|
@ -261,7 +261,7 @@ public class HuzhouProjectController { |
|
|
} |
|
|
} |
|
|
@GetMapping("/getadminDivisionList") |
|
|
@GetMapping("/getadminDivisionList") |
|
|
public Result<?> getAdminDivisionList(){ |
|
|
public Result<?> getAdminDivisionList(){ |
|
|
List<String> result = projectinfoService.getDutyWorkplaceList(); |
|
|
List<String> result = projectinfoService.getAdminDivisionList(); |
|
|
return Result.ok(result); |
|
|
return Result.ok(result); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|