mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-18 07:16:50 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/baseservers into stat
This commit is contained in:
@@ -418,7 +418,7 @@ public class StudyCourseServiceImpl implements IStudyCourseService{
|
||||
|
||||
}
|
||||
}
|
||||
if(StringUtils.isNotBlank(str)){
|
||||
if(StringUtils.isNotBlank(str1)){
|
||||
str1.deleteCharAt(str1.length()-1);
|
||||
}
|
||||
|
||||
@@ -436,7 +436,7 @@ public class StudyCourseServiceImpl implements IStudyCourseService{
|
||||
// StudyCourse sc=(StudyCourse)objs[0];
|
||||
StudyCourse studyCourse = new StudyCourse();
|
||||
|
||||
studyCourse.setId(String.valueOf((BigInteger) objs[0]));
|
||||
studyCourse.setId((String) objs[0]);
|
||||
studyCourse.setCourseId((String) objs[1]);
|
||||
studyCourse.setCourseType((Integer) objs[2]);
|
||||
studyCourse.setCourseName((String) objs[3]);
|
||||
|
||||
Reference in New Issue
Block a user