20210908 实名制推送日志增加推送内容、返回数据字段
This commit is contained in:
@@ -416,7 +416,6 @@ namespace FineUIPro.Web.ZHGL.RealName
|
||||
}
|
||||
}
|
||||
|
||||
SynchroSetService.InsertRealNamePushLog(projectId, proCode, "单条人员批量推送(增加)", "推送完成", null, message);
|
||||
if (string.IsNullOrEmpty(message))
|
||||
{
|
||||
ShowNotify("同步完成!" + count.ToString() + "条", MessageBoxIcon.Success);
|
||||
@@ -461,7 +460,6 @@ namespace FineUIPro.Web.ZHGL.RealName
|
||||
}
|
||||
}
|
||||
|
||||
SynchroSetService.InsertRealNamePushLog(projectId, proCode, "单条人员批量推送(更新)", "推送完成", null, message);
|
||||
if (string.IsNullOrEmpty(message))
|
||||
{
|
||||
ShowNotify("同步完成!" + count.ToString() + "条", MessageBoxIcon.Success);
|
||||
|
||||
Reference in New Issue
Block a user