he2802 2 年之前
父节点
当前提交
fe2561598e

+ 0 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/service/impl/ClassGradeServiceImpl.java

@@ -772,7 +772,6 @@ public class ClassGradeServiceImpl extends ServiceImpl<ClassGradeMapper, ClassGr
                 params.put("sign", sign);
                 params.put("sign", sign);
                 params.put("jsonstr", gradeVo.getOfficialName());
                 params.put("jsonstr", gradeVo.getOfficialName());
                 String respone = "";
                 String respone = "";
-                log.info("查询业务系统班级人数"+params,"");
                 Integer oldGradeNum = 0;
                 Integer oldGradeNum = 0;
                 try {
                 try {
                     respone = HttpUtils.postFormBody(GRADE_COUNT_PATH, params);
                     respone = HttpUtils.postFormBody(GRADE_COUNT_PATH, params);