|
@@ -1379,7 +1379,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
{
|
|
|
dto.TarFrequpHz = Convert.ToInt64(txtFrequpMHz.EditValue);
|
|
|
}
|
|
|
- var res = await HttpHelper.PostRequestAsync<List<PosRes>>(baseUrl + "Pos/GetPosResByLastHoursObsolete", dto, ct);
|
|
|
+ var res = await HttpHelper.PostRequestAsync<List<ModelPosRes>>(baseUrl + "Pos/GetPosResByLastHoursObsolete", dto, ct);
|
|
|
if (res.code == 200)
|
|
|
{
|
|
|
if (res.msg.Length > 10)
|