[後端] 修改後台同步問題
This commit is contained in:
parent
d03bf8bdb9
commit
e7e26ef5f5
@ -321,7 +321,7 @@ namespace Backend.Services.Implement
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result.Where(x => x.full_name != null).ToList();
|
||||||
}
|
}
|
||||||
//private static void getRefData(string urlString, string encoded, List<control_point> conPoint, List<ImpNiaItem> result, Welcome data ) //obixHistory data
|
//private static void getRefData(string urlString, string encoded, List<control_point> conPoint, List<ImpNiaItem> result, Welcome data ) //obixHistory data
|
||||||
//{
|
//{
|
||||||
|
Loading…
Reference in New Issue
Block a user