mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 18:06:50 +08:00
Merge branch 'zcwy0704-llf' into dev0525
This commit is contained in:
@@ -69,6 +69,9 @@ public class CourseContentServiceImpl implements ICourseContentService {
|
||||
}
|
||||
ccDao.save(cc);
|
||||
}else {
|
||||
if (cc.getDuration()!=null) {
|
||||
cc.setDuration(cc.getDuration() * 60);
|
||||
}
|
||||
ccDao.update(cc);
|
||||
cc.setSysVersion(ccDao.getVersion(cc.getId()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user