|
|
@@ -112,7 +112,7 @@ public class EquipmentLedgerController extends BaseController {
|
|
112
|
112
|
/**
|
|
113
|
113
|
* 导入设备台账列表
|
|
114
|
114
|
*/
|
|
115
|
|
- @PreAuthorize("@ss.hasPermi('blocked:rate:import')")
|
|
|
115
|
+ @PreAuthorize("@ss.hasPermi('equipment:ledger:import')")
|
|
116
|
116
|
@Log(title = "导入设备台账列表", businessType = BusinessType.IMPORT)
|
|
117
|
117
|
@PostMapping("/importData")
|
|
118
|
118
|
public AjaxResult importData(MultipartFile file, boolean updateSupport) throws Exception {
|