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