索道运输

This commit is contained in:
马三炮 2025-04-27 17:57:00 +08:00
parent beeb6cb350
commit 3f8e7af13e
3 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ public class TbTowerController {
if (tbTowerVoList.size()>3000){
return ServerResponse.createErroe("文件条数超过3000");
}
String message = tbTowerService.importMaProp(tbTowerVoList, tbTowerVo);
String message = tbTowerService.tbTowerExport(tbTowerVoList, tbTowerVo);
return ServerResponse.createSuccess(message);
}
}

View File

@ -54,5 +54,5 @@ public interface TbTowerService {
* @param tbTowerVo
* @return
*/
String importMaProp(List<TbTowerVo> tbTowerVoList, TbTowerVo tbTowerVo);
String tbTowerExport(List<TbTowerVo> tbTowerVoList, TbTowerVo tbTowerVo);
}

View File

@ -167,7 +167,7 @@ public class TbTowerServiceImpl implements TbTowerService {
* @return
*/
@Override
public String importMaProp(List<TbTowerVo> tbTowerVoList, TbTowerVo tbTowerVo) {
public String tbTowerExport(List<TbTowerVo> tbTowerVoList, TbTowerVo tbTowerVo) {
if (tbTowerVoList.size()>0){
int num = 1;
try {