|
@@ -171,7 +171,7 @@ public class CompanyRelImportController extends BaseController
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Log(title = "链属导入", businessType = BusinessType.IMPORT)
|
|
|
- @PreAuthorize(hasAnyPermi = "system:relImport:importData")
|
|
|
+ @PreAuthorize(hasAnyPermi = "service:relImport:importData")
|
|
|
@Transactional(rollbackFor=Exception.class)
|
|
|
@PostMapping("/importData")
|
|
|
public AjaxResult importData(MultipartFile file) throws Exception
|