فهرست منبع

更新2019.11.29-17:51

wanghaicheng 5 سال پیش
والد
کامیت
da003da53c

+ 2 - 2
lift-enterprise-service/src/main/java/cn/com/ty/lift/enterprise/custom/controller/PropertyCompanyController.java

@@ -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) {
     //分页查询曾经服务的项目列表
     //分页查询曾经服务的项目列表
     //分页查询曾经服务的项目列表