修改游戏数学详细 选择数学方案bug

This commit is contained in:
sk1551
2020-11-03 11:15:00 +08:00
parent 4733505d02
commit 80ad124580
4 changed files with 436 additions and 1 deletions

View File

@ -60,6 +60,7 @@ public class ByMathTermplanController extends BaseController
byMathTermplan.setSchoolid(SecurityUtils.getLoginUser().getUser().getDept().getDeptId());
String classId = schoolCommon.getClassId();
List<ByMathTermplan> list = null;
// 判断当前是否为幼儿园账号
if (schoolCommon.isSchool() && !schoolCommon.isStringEmpty(classId)) {
byMathTermplan.setClassid(classId);
}