|
|
|
@ -265,6 +265,7 @@ public class UserController {
|
|
|
|
|
stuClass.setClassName(zyUserInfo.getClassName());
|
|
|
|
|
stuClass.setSchoolName(zyUserInfo.getSchoolName());
|
|
|
|
|
stuClass.setCreateTime(new Date());
|
|
|
|
|
stuClass.setSystemOwner(systemOwner);
|
|
|
|
|
map.put(zyUserInfo.getClassId().toString(), stuClass);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|