This commit is contained in:
2023-08-26 09:48:06 +08:00
7 changed files with 55 additions and 5 deletions

View File

@@ -788,4 +788,13 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
}
return resultList;
}
/**
* 获取最新一条桩的数据
* @return
*/
@Override
public PileBasicInfo getMaxNumPileInfo() {
return pileBasicInfoMapper.getMaxNumPileInfo();
}
}