|
@@ -643,6 +643,12 @@ public class FsCourseWatchLogServiceImpl extends ServiceImpl<FsCourseWatchLogMap
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public List<FsCourseWatchLogListVO> selectFsCourseWatchLogListVO(FsCourseWatchLogListParam param) {
|
|
public List<FsCourseWatchLogListVO> selectFsCourseWatchLogListVO(FsCourseWatchLogListParam param) {
|
|
|
|
|
+
|
|
|
|
|
+ // 因为selectFsCourseWatchLogListVO 这个方法中查询了看课日志记录表 需要限制创建时间必传
|
|
|
|
|
+ if(StringUtils.isEmpty(param.getSTime()) || StringUtils.isEmpty(param.getETime())){
|
|
|
|
|
+ throw new RuntimeException("请输入创建时间");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
// 待看课-未注册
|
|
// 待看课-未注册
|
|
|
if(ObjectUtil.equal(param.getLogType(),5)){
|
|
if(ObjectUtil.equal(param.getLogType(),5)){
|
|
|
param.setLogType(3);
|
|
param.setLogType(3);
|