Kaynağa Gözat

Update YZTLayer.cs

wartheking 9 ay önce
ebeveyn
işleme
d0469d9490
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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);
             }