|
@@ -86,7 +86,7 @@ public class TPssrOverhaulTowerController extends BaseController {
|
|
|
/**
|
|
|
* 批量导入
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('pssr:tPssrOverhaulTower:add')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('pssr:overhaulTower:add')")
|
|
|
@PostMapping("/importData")
|
|
|
public AjaxResult importInterlockData(MultipartFile file, Long subId) throws IOException {
|
|
|
//获取操作人员ID
|