Parcourir la source

feat:首页改版;

Joburgess il y a 4 ans
Parent
commit
efa685542a
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      mec-biz/src/main/java/com/ym/mec/biz/dal/entity/Student.java

+ 0 - 2
mec-biz/src/main/java/com/ym/mec/biz/dal/entity/Student.java

@@ -44,8 +44,6 @@ public class Student extends SysUser {
 	public Student(Integer userId, String subjectIdList) {
 		this.userId = userId;
 		this.subjectIdList = subjectIdList;
-		this.operatingTag = 1;
-		this.serviceTag = 1;
 	}
 
 	public Boolean getIsNewUser() {