Commit 1d6eb097 authored by liuyuanjun's avatar liuyuanjun

测试修改

parent b5be9b40
......@@ -511,6 +511,8 @@ public class BLessonPersonServiceImpl implements BLessonPersonService {
b.setIsNew("1");
log.info("-----------addNew---------当前课程已设置new-------"+b);
}
} else {
b.setIsNew("");
}
}
return result;
......
......@@ -2006,6 +2006,8 @@ public class BLessonServiceImpl implements BLessonService {
b.setIsNew("1");
log.info("-----------addNew---------当前课程已设置new-------"+b);
}
} else {
b.setIsNew("");
}
}
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