Commit b62afa3e authored by zhuangxinwei's avatar zhuangxinwei

小区封控,方舱人员管理权限标识符修改

parent 62d1a3e7
...@@ -130,7 +130,7 @@ public class FcryController extends BaseController ...@@ -130,7 +130,7 @@ public class FcryController extends BaseController
/** /**
* 导出方舱人员模板 * 导出方舱人员模板
*/ */
@PreAuthorize("@ss.hasPermi('system:fcry:exportTemplate')") @PreAuthorize("@ss.hasPermi('system:fcry:import')")
@Log(title = "方舱人员", businessType = BusinessType.EXPORT) @Log(title = "方舱人员", businessType = BusinessType.EXPORT)
@PostMapping("/exportTemplate") @PostMapping("/exportTemplate")
public void exportTemplate(HttpServletResponse response) throws Exception { public void exportTemplate(HttpServletResponse response) throws Exception {
......
...@@ -124,7 +124,7 @@ public class FkqkController extends BaseController ...@@ -124,7 +124,7 @@ public class FkqkController extends BaseController
/** /**
* 导出小区封控情况模板 * 导出小区封控情况模板
*/ */
@PreAuthorize("@ss.hasPermi('system:fkqk:exportTemplate')") @PreAuthorize("@ss.hasPermi('system:fkqk:import')")
@Log(title = "小区封控情况", businessType = BusinessType.EXPORT) @Log(title = "小区封控情况", businessType = BusinessType.EXPORT)
@PostMapping("/exportTemplate") @PostMapping("/exportTemplate")
public void exportTemplate(HttpServletResponse response) throws Exception { public void exportTemplate(HttpServletResponse response) throws Exception {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment