From 163f15f11565405041d58e0db3a17dcaa08f1988 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期三, 18 五月 2022 16:47:04 +0800
Subject: [PATCH] 提交代码
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgConstructionBatchController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgConstructionBatchController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgConstructionBatchController.java
index 41fb561..cae88ed 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgConstructionBatchController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgConstructionBatchController.java
@@ -49,7 +49,7 @@
*/
@DataDictClass
@ApiOperation("鏌ヨ鏂藉伐鎵规鍒楄〃")
- @PreAuthorize("@ss.hasPermi('oa:constructionBatch:list')")
+// @PreAuthorize("@ss.hasPermi('oa:constructionBatch:list')")
@GetMapping("/list")
public TableDataInfo<SgConstructionBatchVo> list(@Validated(QueryGroup.class) SgConstructionBatchBo bo) {
return iSgConstructionBatchService.queryPageList(bo);
@@ -59,7 +59,7 @@
* 瀵煎嚭鏂藉伐鎵规鍒楄〃
*/
@ApiOperation("瀵煎嚭鏂藉伐鎵规鍒楄〃")
- @PreAuthorize("@ss.hasPermi('oa:constructionBatch:export')")
+// @PreAuthorize("@ss.hasPermi('oa:constructionBatch:export')")
@Log(title = "鏂藉伐鎵规", businessType = BusinessType.EXPORT)
@GetMapping("/export")
public void export(@Validated SgConstructionBatchBo bo, HttpServletResponse response) {
@@ -71,7 +71,7 @@
* 鑾峰彇鏂藉伐鎵规璇︾粏淇℃伅
*/
@ApiOperation("鑾峰彇鏂藉伐鎵规璇︾粏淇℃伅")
- @PreAuthorize("@ss.hasPermi('oa:constructionBatch:query')")
+// @PreAuthorize("@ss.hasPermi('oa:constructionBatch:query')")
@GetMapping("/{id}")
public AjaxResult<SgConstructionBatchVo> getInfo(@ApiParam("涓婚敭")
@NotNull(message = "涓婚敭涓嶈兘涓虹┖")
@@ -83,7 +83,7 @@
* 鏂板鏂藉伐鎵规
*/
@ApiOperation("鏂板鏂藉伐鎵规")
- @PreAuthorize("@ss.hasPermi('oa:constructionBatch:add')")
+// @PreAuthorize("@ss.hasPermi('oa:constructionBatch:add')")
@Log(title = "鏂藉伐鎵规", businessType = BusinessType.INSERT)
@RepeatSubmit()
@PostMapping()
@@ -95,7 +95,7 @@
* 淇敼鏂藉伐鎵规
*/
@ApiOperation("淇敼鏂藉伐鎵规")
- @PreAuthorize("@ss.hasPermi('oa:constructionBatch:edit')")
+// @PreAuthorize("@ss.hasPermi('oa:constructionBatch:edit')")
@Log(title = "鏂藉伐鎵规", businessType = BusinessType.UPDATE)
@RepeatSubmit()
@PutMapping()
@@ -107,7 +107,7 @@
* 鍒犻櫎鏂藉伐鎵规
*/
@ApiOperation("鍒犻櫎鏂藉伐鎵规")
- @PreAuthorize("@ss.hasPermi('oa:constructionBatch:remove')")
+// @PreAuthorize("@ss.hasPermi('oa:constructionBatch:remove')")
@Log(title = "鏂藉伐鎵规" , businessType = BusinessType.DELETE)
@DeleteMapping("/{ids}")
public AjaxResult<Void> remove(@ApiParam("涓婚敭涓�")
--
Gitblit v1.9.1