wartheking 9 mesiacov pred
rodič
commit
d0469d9490
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      Assets/Scripts/UI/UIView/YZT/YZTLayer.cs

+ 1 - 0
Assets/Scripts/UI/UIView/YZT/YZTLayer.cs

@@ -220,6 +220,7 @@ public class YZTLayer : YZTRootLayer
                 sWStationRecordData.name = GlobalData.swDatas[i].STNM;
                 sWStationRecordData.value = (GlobalData.swDatas[i].upz > GlobalData.swDatas[i].dwz)?GlobalData.swDatas[i].upz:GlobalData.swDatas[i].dwz;
                 sWStationRecordData.time = DateTime.Now.ToString("MM/dd HH:mm");
+                sWStationRecordData.stcd = GlobalData.swDatas[i].STCD;
                 rescordSWStationData.Add(sWStationRecordData);
             }