|
@@ -134,7 +134,7 @@ public class PropertyCompanyController {
|
|
|
}
|
|
|
|
|
|
@GetMapping("/list/current")
|
|
|
- public RestResponse currentProject(@RequestParam Long id) {
|
|
|
+ public RestResponse currentProject(@RequestParam Long propertyCompanyId) {
|
|
|
//分页查询正在服务的项目列表
|
|
|
//分页查询正在服务的项目列表
|
|
|
//分页查询正在服务的项目列表
|
|
@@ -144,7 +144,7 @@ public class PropertyCompanyController {
|
|
|
}
|
|
|
|
|
|
@GetMapping("/list/previous")
|
|
|
- public RestResponse previousProject(@RequestParam Long id) {
|
|
|
+ public RestResponse previousProject(@RequestParam Long propertyCompanyId) {
|
|
|
//分页查询曾经服务的项目列表
|
|
|
//分页查询曾经服务的项目列表
|
|
|
//分页查询曾经服务的项目列表
|