SVN r1235
SVN-Revision: r1235
This commit is contained in:
@@ -908,6 +908,14 @@ namespace Lskj.Business.Impl
|
||||
{
|
||||
fields += " ,DragExecuteSql";
|
||||
}
|
||||
if (dataTable.Columns.Contains("Rightdockid"))
|
||||
{
|
||||
fields += " ,Rightdockid";
|
||||
}
|
||||
if (dataTable.Columns.Contains("BottomRefreshMain"))
|
||||
{
|
||||
fields += " ,BottomRefreshMain";
|
||||
}
|
||||
|
||||
string sqlCond = string.Empty;
|
||||
List<SqlParameter> parames = new List<SqlParameter>
|
||||
|
||||
Reference in New Issue
Block a user