chenhaozhe
2 天以前 aa30c017e6b0923a8dccb6cb3530f47ff1743fe4
WebAPI/Service/GeTuiService.cs
@@ -56,7 +56,7 @@
                                   a.HCheckDate AS 审核日期, a.HUpDater AS 修改人, a.HUpDateDate AS 修改日期, a.HCloseMan AS 关闭人, 
                                   a.HCloseDate AS 关闭日期, a.HDeleteMan AS 作废人, a.HDeleteDate AS 作废日期, a.HBillType
                    from OA_WorkLinkBillMain a where HInterID = {HInterID}
                    select * from Gy_UserClientIdRelation
                    select * from Gy_UserClientIdRelation where HOnline = 1
                ", "OA_WorkLinkBillMain");
                NotificationTemplate template = null;
                ConcurrentDictionary<string, List<string>> userClientIDDictionary = new ConcurrentDictionary<string, List<string>>();
@@ -206,6 +206,9 @@
                LogService.Write("-----------------------------------------------");
                LogService.Write("-----------------------------------------------");
                LogService.Write("----------------服务端返回结果:" + pushResult);
                //TODO: 当错误信息显示设备离线时,将当前设备UUID绑定的用户登录状态配置为未登录
                return false;  
            }
        }