提交当前本机最新程序

This commit is contained in:
cyf
2026-07-16 16:05:38 +08:00
parent 43ae774164
commit 6be6607a40
47 changed files with 7895 additions and 811 deletions
+5 -3
View File
@@ -121,6 +121,8 @@ namespace Lskj.Notice
/// </summary>
void ReloadGridData()
{
DataTable data = null;
string sqlStr = string.Empty;
try
{
DBConfig.Instance.ReadConfig();
@@ -144,13 +146,13 @@ namespace Lskj.Notice
}
}
data = NoticeImpl.GetNoticeData2(ERPInfo.Instance.UserId, out sqlStr);
}
catch (Exception)
{
}
string sqlStr = string.Empty;
DataTable data = NoticeImpl.GetNoticeData2(ERPInfo.Instance.UserId, out sqlStr);
//DataTable data = NoticeImpl.GetNoticeData2(ERPInfo.Instance.UserId, out sqlStr);
int rowCount = data == null ? 0 : data.Rows.Count;