|
@@ -458,7 +458,7 @@ public class FsUserCourseVideoController extends AppBaseController {
|
|
|
@ApiOperation("任务列表")
|
|
@ApiOperation("任务列表")
|
|
|
@GetMapping("/im/sendLog")
|
|
@GetMapping("/im/sendLog")
|
|
|
public ResponseResult<PageInfo<FsImSendLogVO>> imSendLog(@RequestParam(defaultValue = "1") Integer pageNum,
|
|
public ResponseResult<PageInfo<FsImSendLogVO>> imSendLog(@RequestParam(defaultValue = "1") Integer pageNum,
|
|
|
- @RequestParam(defaultValue = "10") Integer pageSize,@RequestParam String keyword) {
|
|
|
|
|
|
|
+ @RequestParam(defaultValue = "10") Integer pageSize,@RequestParam(required = false) String keyword) {
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
params.put("companyId", getCompanyId());
|
|
params.put("companyId", getCompanyId());
|
|
|
params.put("companyUserId", Long.parseLong(getUserId()));
|
|
params.put("companyUserId", Long.parseLong(getUserId()));
|