Commit 1ee6eac2 authored by liuyuanjun's avatar liuyuanjun

Merge branch 'meiteng-2.0' into master-1.0.2

parents 57da806f 1d6eb097
...@@ -511,6 +511,8 @@ public class BLessonPersonServiceImpl implements BLessonPersonService { ...@@ -511,6 +511,8 @@ public class BLessonPersonServiceImpl implements BLessonPersonService {
b.setIsNew("1"); b.setIsNew("1");
log.info("-----------addNew---------当前课程已设置new-------"+b); log.info("-----------addNew---------当前课程已设置new-------"+b);
} }
} else {
b.setIsNew("");
} }
} }
return result; return result;
......
...@@ -2006,6 +2006,8 @@ public class BLessonServiceImpl implements BLessonService { ...@@ -2006,6 +2006,8 @@ public class BLessonServiceImpl implements BLessonService {
b.setIsNew("1"); b.setIsNew("1");
log.info("-----------addNew---------当前课程已设置new-------"+b); log.info("-----------addNew---------当前课程已设置new-------"+b);
} }
} else {
b.setIsNew("");
} }
} }
return result; return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment