jk-GitHub-coder 4 éve
szülő
commit
ff81fd002e

+ 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);
         }