BourneCao преди 3 години
родител
ревизия
00fef97ae9
променени са 1 файла, в които са добавени 8 реда и са изтрити 5 реда
  1. 8 5
      Common/database/MemoryTableDataSocket.cs

+ 8 - 5
Common/database/MemoryTableDataSocket.cs

@@ -173,7 +173,8 @@ namespace Common
                     JArray jArray = new JArray(
                         arr[0].Pointid, //0
                         arr[0].Status,  //1
-                        arr[0].CarNo, //2
+                                        //arr[0].CarNo, //2
+                        "甘B32619",
                         arr[0].Weight, //3
                         arr[0].WeightStatus, //4
                         arr[0].StopStatus, //5
@@ -182,15 +183,17 @@ namespace Common
                         // 20221011 By BourneCao 
                         // 增加双摄像头支持
                         //PlateNoList.Count == 0 ? "" : PlateNoList[PlateNoList.Count - 1].CarNo, //8
-                        PlateNoList.Count == 0 ? "" : PlateNoList[0].CarNo, //8
+                        //PlateNoList.Count == 0 ? "" : PlateNoList[0].CarNo, //8
+                        "甘B32619",
                         RfidList.Count == 0 ? "" : RfidList[RfidList.Count - 1].CarNo, //9
                         arr[0].WeightSave, //10
                         arr[0].FinishTime, //11
                         arr[0].Entry, //12
                         arr[0].Exit,  //13
-                        // 20221011 By BourneCao 
-                        // 增加双摄像头支持
-                        PlateNoList.Count <= 1 ? "" : PlateNoList[1].CarNo //14
+                                      // 20221011 By BourneCao 
+                                      // 增加双摄像头支持
+                                      //PlateNoList.Count <= 1 ? "" : PlateNoList[1].CarNo //14
+                        "甘B32639"
                     ); 
 
                     double mainWgt = 0;