Authored by qinchao

去掉不用

@@ -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 }