فهرست منبع

Update YZTLayer.cs

wartheking 9 ماه پیش
والد
کامیت
d0469d9490
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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);
             }