提交当前本机最新程序
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user