索道运输

This commit is contained in:
马三炮 2025-04-28 09:01:20 +08:00
parent 3f8e7af13e
commit 252a5a5b67
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ public class TbTowerController {
}
/**
* 杆塔管理导
* 杆塔管理导
* @param file
* @param tbTowerVo
* @return
@ -135,7 +135,7 @@ public class TbTowerController {
*/
@PostMapping(value = "/tbTowerImport")
@DecryptAndVerify(decryptedClass = TbTowerVo.class)
@LogAnnotation(operModul = "杆塔管理-导", operation = "导出", operDesc = "系统级事件",operType="")
@LogAnnotation(operModul = "杆塔管理-导", operation = "导入", operDesc = "系统级事件",operType="")
public ServerResponse tbTowerExport(MultipartFile file, TbTowerVo tbTowerVo) throws IOException {
String fileName = file.getOriginalFilename();
if (fileName != null) {