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