update 贵州省平台

This commit is contained in:
Lemon
2024-12-19 13:52:41 +08:00
parent f0f0482ffd
commit 1eea5b1bdc
4 changed files with 16 additions and 8 deletions

View File

@@ -1240,6 +1240,9 @@ public class PileBasicInfoServiceImpl implements PileBasicInfoService {
equipmentInfo.setProductionDate(DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD, pileBasicInfo.getCreateTime()));
PileModelInfoVO modelInfo = pileModelInfoService.getPileModelInfoByPileSn(pileSn);
if (StringUtils.isBlank(modelInfo.getSpeedType())) {
continue;
}
equipmentInfo.setEquipmentType(Integer.valueOf(modelInfo.getSpeedType()));
equipmentInfo.setEquipmentModel(modelInfo.getModelName());