修改消息小类型的全部查询
This commit is contained in:
@ -343,7 +343,7 @@ public class WgzAppController {
|
||||
/**
|
||||
* 【首页】【已报名项目】 已报名项目
|
||||
*/
|
||||
@ApiOperation("【首页】【已报名项目】 已报名项目)")
|
||||
@ApiOperation("【首页】【已报名项目】 已报名项目")
|
||||
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userRegisteredProject')")
|
||||
@GetMapping("/WgzAppUserRegisteredProject")
|
||||
public TableDataInfo<WgzAppRegisteredProjectRes> userRegisteredProject(@Validated WgzAppRegisteredProjectReq req) {
|
||||
@ -462,7 +462,7 @@ public class WgzAppController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 【消息】获取消息列表-0全部 1报名 2工资 3其他 (打卡、系统)
|
||||
* 【消息】获取消息列表
|
||||
*/
|
||||
@ApiOperation("【消息】获取消息列表")
|
||||
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userGetMessageList')")
|
||||
|
Reference in New Issue
Block a user