Kaynağa Gözat

修复每仓标准选择 缺陷

guoqiang 2 yıl önce
ebeveyn
işleme
4dabb5f46a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      TestService.cpp

+ 1 - 0
TestService.cpp

@@ -133,6 +133,7 @@ bool TestService::setTankinfo(const QVariantList& list)
                         qDebug("setTankinfo: compart [%d]: volume[%d]", i, m_standard.item[j].oilcompartment_volume);
                         qDebug("setTankinfo: compart [%d]: sys[%f]", i, m_standard.item[j].system_threshold);
                         qDebug("setTankinfo: compart [%d]: valve[%f]", i, m_standard.item[j].valve_threshold);
+                        break;
                     }
                 }