Ver código fonte

课程冻结状态加默认值

zouxuan 4 anos atrás
pai
commit
96153e8d43

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/dal/entity/CourseSchedule.java

@@ -147,7 +147,7 @@ public class CourseSchedule {
 
 	private java.util.Date coursesExpireDate;
 
-	private Integer isLock;
+	private Integer isLock = 0;
 
 	private Integer organId;