Browse Source

Update YZTLayer.cs

wartheking 9 months ago
parent
commit
d0469d9490
1 changed files with 1 additions and 0 deletions
  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);
             }