Commit 314cf33d authored by KeYong's avatar KeYong

修改车辆指标同步bug

parent 7864b12e
...@@ -131,8 +131,8 @@ public class EquipmentIndexImpl extends ServiceImpl<EquipmentIndexMapper, Equipm ...@@ -131,8 +131,8 @@ public class EquipmentIndexImpl extends ServiceImpl<EquipmentIndexMapper, Equipm
CarProperty carProperty = new CarProperty(); CarProperty carProperty = new CarProperty();
carProperty.setCarId(car.getId()); carProperty.setCarId(car.getId());
carProperty.setEquipmentIndexId(equipmentIndex.getId()); carProperty.setEquipmentIndexId(equipmentIndex.getId());
carProperty.setEquipmentIndexKey(equipmentIndex.getPerfQuotaName()); carProperty.setEquipmentIndexKey(equipmentIndex.getPerfQuotaDefinitionId());
carProperty.setEquipmentIndexName(equipmentIndex.getPerfQuotaDefinitionId()); carProperty.setEquipmentIndexName(equipmentIndex.getPerfQuotaName());
if (bool.get()) { if (bool.get()) {
carProperty.setEmergencyLevelColor(signalClassify.getEmergencyLevelColor()); carProperty.setEmergencyLevelColor(signalClassify.getEmergencyLevelColor());
carProperty.setIsAlarm(signalClassify.getIsAlarm()); carProperty.setIsAlarm(signalClassify.getIsAlarm());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment