jk-GitHub-coder 4 년 전
부모
커밋
ff81fd002e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      YijiaRestful/src/main/java/com/platform/yijia/controller/CustomerGradeController.java

+ 0 - 1
YijiaRestful/src/main/java/com/platform/yijia/controller/CustomerGradeController.java

@@ -58,7 +58,6 @@ public class CustomerGradeController {
                 List<Map> customerMarkertPlanList = customerGradeServices.getCustomerMarkertPlanList(params);
                 resultData = ResultData.success(customerMarkertPlanList);
             }
-//            resultData = ResultData.success(customerGradeServices.getCustomerGradeList(params));
         }else {
             resultData=ResultData.error(CodeMsg.SEARCH_FAIL);
         }