cqpCow 2 年之前
父节点
当前提交
f73feb16e0
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/Model/SystemL.php

+ 3 - 3
app/Model/SystemL.php

@@ -12,13 +12,13 @@ class SystemL extends Model
     protected $dateFormat = 'U';
 
     const run = '压机上升'; //  运行时间/次数
-    const work = '小车前进'; // 工作时间/次数
+    const work = '小车前进'; // 工作时间/次数  不用了
     const stop = '急停'; // 故障时间/次数
     const standBy = '压机下降';// 待机时间/次数
 
     public static $device = [
-        "1号热压机" => "01401422100800008703",
-        "2号热压机" => "01401422100800000103",
+        "2号热压机" => "01401422102400001960",
+        "1号热压机" => "01401422100800000103",
         "6号热压机" => "01401422100800008976",
         "5号热压机" => "01401422100800000342"
     ];