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

View File

@@ -157,4 +157,10 @@ public interface PileBasicInfoMapper {
* 批量修改充电桩运营商
*/
void updatePileMerchantBatch(@Param("pileIdList") List<Long> pileIdList, @Param("newMerchantId") String newMerchantId);
/**
* 获取最新一条桩的数据
* @return
*/
PileBasicInfo getMaxNumPileInfo();
}