Showing
1 changed file
with
1 additions
and
1 deletions
@@ -364,7 +364,7 @@ public class BuyerOrderController { | @@ -364,7 +364,7 @@ public class BuyerOrderController { | ||
364 | *质检不通过原因条目 | 364 | *质检不通过原因条目 |
365 | */ | 365 | */ |
366 | @RequestMapping(value = "/getQcFailRsnList") | 366 | @RequestMapping(value = "/getQcFailRsnList") |
367 | - public ApiResponse getQcFailRsnList(Integer id) { | 367 | + public ApiResponse getQcFailRsnList() { |
368 | List<String> reasonList=buyerOrderService.getQcFailRsnList(); | 368 | List<String> reasonList=buyerOrderService.getQcFailRsnList(); |
369 | return new ApiResponse.ApiResponseBuilder().data(reasonList).code(200).build(); | 369 | return new ApiResponse.ApiResponseBuilder().data(reasonList).code(200).build(); |
370 | } | 370 | } |
-
Please register or login to post a comment