|
@@ -116,7 +116,7 @@ public class AmstruckPurplanController extends BaseRESTfulController {
|
|
|
|
|
|
@ApiOperation(value="通过Id查询请车作业")
|
|
@ApiOperation(value="通过Id查询请车作业")
|
|
@PostMapping ("/getPurPlanById/{planId}")
|
|
@PostMapping ("/getPurPlanById/{planId}")
|
|
- public RESTfulResult getWagonPleaseById(@PathVariable("planId")Integer planId){
|
|
|
|
|
|
+ public RESTfulResult getPurPlanById(@PathVariable("planId")Integer planId){
|
|
List<Map<String, Object>> purPlanById = amstruckPurplanService.getPurPlanById(planId);
|
|
List<Map<String, Object>> purPlanById = amstruckPurplanService.getPurPlanById(planId);
|
|
return success(purPlanById);
|
|
return success(purPlanById);
|
|
}
|
|
}
|