mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-02 17:10:03 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -788,4 +788,13 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
||||
}
|
||||
return resultList;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取最新一条桩的数据
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public PileBasicInfo getMaxNumPileInfo() {
|
||||
return pileBasicInfoMapper.getMaxNumPileInfo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user