Authored by qinchao

去掉不用

... ... @@ -364,7 +364,7 @@ public class BuyerOrderController {
*质检不通过原因条目
*/
@RequestMapping(value = "/getQcFailRsnList")
public ApiResponse getQcFailRsnList(Integer id) {
public ApiResponse getQcFailRsnList() {
List<String> reasonList=buyerOrderService.getQcFailRsnList();
return new ApiResponse.ApiResponseBuilder().data(reasonList).code(200).build();
}
... ...