推送数据

This commit is contained in:
2023-01-30 14:14:20 +08:00
parent 354f0ef6fe
commit 5c4b481651
49 changed files with 3905 additions and 289 deletions
@@ -198,7 +198,7 @@ namespace FineUIPro.Web.ZHGL.ManagementReport
private string SubStr(string str)
{
string reStr = string.Empty;
string reStr = str;
if (!string.IsNullOrEmpty(str) && str.Length > 16)
{
reStr = str.Substring(0, 16) + "..";