Commit b70c88ab authored by luzhuang's avatar luzhuang

课程学习完判断

parent d325d5ec
...@@ -189,7 +189,7 @@ public class BRStudentChapterServiceImpl implements BRStudentChapterService { ...@@ -189,7 +189,7 @@ public class BRStudentChapterServiceImpl implements BRStudentChapterService {
// b_lesson_person // b_lesson_person
private BLessonPerson dealBLessonPerson(BLessonPerson bLessonPerson, BRStudentChapterDto brStudentChapterDto, String totalProgress){ private BLessonPerson dealBLessonPerson(BLessonPerson bLessonPerson, BRStudentChapterDto brStudentChapterDto, String totalProgress){
String isFinish; String isFinish;
if ("100%".equals(totalProgress)) { if (totalProgress.contains("100")) {
isFinish = "2"; isFinish = "2";
}else { }else {
isFinish = "1"; isFinish = "1";
......
...@@ -161,7 +161,6 @@ public class MTCotactApiRequestClient { ...@@ -161,7 +161,6 @@ public class MTCotactApiRequestClient {
} }
/** /**
* 根据公司id和用户ids 获取用户信息 * 根据公司id和用户ids 获取用户信息
* *
......
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