浏览代码

修复每仓标准选择 缺陷

guoqiang 2 年之前
父节点
当前提交
4dabb5f46a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
                     }
                 }