|
@@ -200,7 +200,7 @@ public class FsUserCourseVideoController extends AppBaseController {
|
|
|
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
Map<String, Object> params = new HashMap<>();
|
|
params.put("companyId", companyId);
|
|
params.put("companyId", companyId);
|
|
- params.put("dayDate", LocalDate.now());
|
|
|
|
|
|
+// params.put("dayDate", LocalDate.now());
|
|
params.put("companyUserId", Long.parseLong(getUserId()));
|
|
params.put("companyUserId", Long.parseLong(getUserId()));
|
|
|
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
PageHelper.startPage(pageNum, pageSize);
|