DocumentServiceApi.InitQMessage/MessageReceive.cs
@@ -55,6 +55,7 @@ PayTime = obj.PayTime, ZcUserID = obj.ZcUserID, ITCode = obj.ITCode, HasDocumentPermission=obj.HasDocumentPermission }; TenantInfo? Tinfo = await _db.Queryable<TenantInfo>().Where(x=>x.ZcUserID==obj.ZcUserID).SingleAsync(); @@ -79,6 +80,8 @@ Description = obj.Description, EmployeeMaxCount = obj.EmployeeCount ?? 0, UnitMaxCount = obj.UnitCount ?? 0, HasDocumentPermission=obj.HasDocumentPermission, OverTime = DateTime.Now.AddMonths(obj.MonthCount ?? 0),