yangle
2025-04-28 54bd6c01b729893cfd4b820cb3eacc2d56d0ba69
WebAPI/Controllers/GG_NoticeController.cs
@@ -318,7 +318,7 @@
            try
            {
                List<object> columnNameList = new List<object>();
                var sql = "select top(10) m.HMakeDate as 日期, m.HLevel as 状况, m.HContext as 主题 " +
                var sql = "select top(10) m.HInterID,s.HEntryID,m.HMakeDate as 日期, m.HLevel as 状况, m.HContext as 主题 " +
                           ", m.HContext as 内容" +
                           ", m.HSendMan as 发送人, s.HReceiveMan as 接收人, d.HName as 发送部门 " +
                           " from OA_InformBillMain as m" +