加操作注解

This commit is contained in:
guoshengxiong 2024-06-28 14:49:24 +08:00
parent 41f5421da6
commit 4fa5a5d718
4 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ public class XzTaskProgressAlarmController {
* @param request
* @param response
*/
@OperLog(operModul = "任务进度甘特图-报警信息管理", operType = "查询", operDesc = "导出excel任务进度甘特图-报警信息信息")
@OperLog(operModul = "任务进度甘特图-报警信息管理", operType = "导出", operDesc = "导出excel任务进度甘特图-报警信息信息")
@ApiOperation(value = "导出excel任务进度甘特图-报警信息信息", notes = "导出excel任务进度甘特图-报警信息信息", httpMethod = "POST")
@RequestMapping(value = "/exportXls")
public ModelAndView exportXls(HttpServletRequest request, HttpServletResponse response) {

View File

@ -175,7 +175,7 @@ public class XzTaskProgressContentController {
* @param request
* @param response
*/
@OperLog(operModul = "任务进度甘特图-内容管理", operType = "查询", operDesc = "导出excel任务进度甘特图-内容信息")
@OperLog(operModul = "任务进度甘特图-内容管理", operType = "导出", operDesc = "导出excel任务进度甘特图-内容信息")
@ApiOperation(value = "导出excel任务进度甘特图-内容信息", notes = "导出excel任务进度甘特图-内容信息", httpMethod = "POST")
@RequestMapping(value = "/exportXls")
public ModelAndView exportXls(HttpServletRequest request, HttpServletResponse response) {

View File

@ -250,7 +250,7 @@ public class XzTaskProgressController {
*
* @param request
*/
@OperLog(operModul = "任务进度甘特图管理", operType = "查询", operDesc = "导出excel任务进度甘特图")
@OperLog(operModul = "任务进度甘特图管理", operType = "导出", operDesc = "导出excel任务进度甘特图")
@ApiOperation(value = "导出excel任务进度甘特图", notes = "导出excel任务进度甘特图", httpMethod = "POST")
@ApiImplicitParams({
@ApiImplicitParam(name = "projectSn", value = "项目sn", paramType = "body", required = true, dataType = "String"),

View File

@ -214,7 +214,7 @@ public class XzWorkerSafeWatchAlarmController {
* @param request
* @param response
*/
@OperLog(operModul = "安全履职报警信息管理", operType = "查询", operDesc = "导出履职预警信息")
@OperLog(operModul = "安全履职报警信息管理", operType = "导出", operDesc = "导出履职预警信息")
@ApiOperation(value = "导出履职预警信息", notes = "导出履职预警信息", httpMethod = "POST")
@RequestMapping(value = "/exportXls")
public ModelAndView exportXls(HttpServletRequest request, HttpServletResponse response, Map<String, Object> map) {