瀏覽代碼

裂解炉炉管测压bugfix

wangggziwen 1 年之前
父節點
當前提交
3509b5553f

+ 2 - 0
master/src/main/java/com/ruoyi/project/production/controller/TFurnancePressureController.java

@@ -97,6 +97,7 @@ public class TFurnancePressureController extends BaseController
             case "H115":
             case "H116":
             case "H117":
+            case "H118":
             case "H110": num = 11; break;
             case "H130": num = isInlet ? 1 : 2; break;
         }
@@ -190,6 +191,7 @@ public class TFurnancePressureController extends BaseController
             case "H115":
             case "H116":
             case "H117":
+            case "H118":
             case "H110":
                 if (jsonArray.size() == 11) {
                     String temp0 = stringArray[0];