|
@@ -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);
|