mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-04 22:18:02 +08:00
update
This commit is contained in:
@@ -302,7 +302,8 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public PileInfoVO selectPileInfoBySn(String pileSn) {
|
public PileInfoVO selectPileInfoBySn(String pileSn) {
|
||||||
PileBasicInfo basicInfo = pileBasicInfoMapper.selectPileBasicInfoBySn(pileSn);
|
// TODO 换成缓存方法
|
||||||
|
PileBasicInfo basicInfo = selectPileBasicInfoBySN(pileSn);
|
||||||
if (basicInfo == null) {
|
if (basicInfo == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user