|
|
@@ -50,7 +50,7 @@ public class SysPostController extends BaseController
|
|
50
|
50
|
}
|
|
51
|
51
|
|
|
52
|
52
|
@Log(title = "岗位管理", businessType = BusinessType.EXPORT)
|
|
53
|
|
- @PreAuthorize("@ss.hasPermi('system:config:export')")
|
|
|
53
|
+ @PreAuthorize("@ss.hasPermi('system:post:export')")
|
|
54
|
54
|
@PostMapping("/export")
|
|
55
|
55
|
public void export(HttpServletResponse response, SysPost post) throws IOException
|
|
56
|
56
|
{
|