| | |
| | | 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>>(); |
| | |
| | | LogService.Write("-----------------------------------------------"); |
| | | LogService.Write("-----------------------------------------------"); |
| | | LogService.Write("----------------服务端返回结果:" + pushResult); |
| | | |
| | | //TODO: 当错误信息显示设备离线时,将当前设备UUID绑定的用户登录状态配置为未登录 |
| | | |
| | | return false; |
| | | } |
| | | } |