修改bug
This commit is contained in:
@ -256,7 +256,7 @@ public class WgzAppController {
|
||||
@ApiOperation("【日报】【日报日历】日报日历·查看日报")
|
||||
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userCheckDailyNewspaper')")
|
||||
@GetMapping("/WgzUserCheckDailyNewspaper/{id}")
|
||||
public AjaxResult<WgzDailyClock> userCheckDailyNewspaper(@NotNull(message = "主键不能为空") @PathVariable("id") Long id) {
|
||||
public AjaxResult<WgzAppCheckDailyNewspaperRes> userCheckDailyNewspaper(@NotNull(message = "主键不能为空") @PathVariable("id") Long id) {
|
||||
return AjaxResult.success(iWgzDailyClockService.userCheckDailyNewspaper(id));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user