|
@@ -52,8 +52,9 @@ public class CenterdataTKeyProjectsScheduleController extends BaseController {
|
|
|
* @author 韩福成
|
|
|
* @date 2023/11/16 9:10
|
|
|
*/
|
|
|
- @GetMapping("/selectPark/{deptType}")
|
|
|
- public R<List<SysDept>> selectPark(@PathVariable String deptType){
|
|
|
+ @GetMapping("/selectPark")
|
|
|
+ public R<List<SysDept>> selectPark(){
|
|
|
+ String deptType = "sys_dept_type_27";
|
|
|
return remoteDeptService.selectPark(deptType, SecurityConstants.INNER);
|
|
|
}
|
|
|
}
|