Merge branch 'zcwy0704-llf' into dev0525

This commit is contained in:
zhaolongfei
2024-07-08 15:30:35 +08:00

View File

@@ -73,7 +73,7 @@ public class CourseContentServiceImpl implements ICourseContentService {
ccDao.save(cc);
}else {
if (cc.getDuration()!=null) {
cc.setDuration(cc.getDuration() * 60);
cc.setDuration(cc.getDuration());
}
ccDao.update(cc);
cc.setSysVersion(ccDao.getVersion(cc.getId()));