This commit is contained in:
Lemon
2023-04-06 16:09:14 +08:00
2 changed files with 6 additions and 5 deletions

View File

@@ -315,7 +315,8 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
@Override
public PileInfoVO selectPileInfoBySn(String pileSn) {
PileBasicInfo basicInfo = pileBasicInfoMapper.selectPileBasicInfoBySn(pileSn);
// TODO 换成缓存方法
PileBasicInfo basicInfo = selectPileBasicInfoBySN(pileSn);
if (basicInfo == null) {
return null;
}