vardbs="SELECT * FROM [DB_SV_Data_Config].[dbo].[SYS_Hospital] where isnull([ExecOpenLink],'')!='' and isnull([ExecDatabase],'')!=''";
vardbs="SELECT ExecOpenLink ,ExecDatabase FROM [DB_SV_Data_Config].[dbo].[SYS_Hospital] where isnull([ExecOpenLink],'')!='' and isnull([ExecDatabase],'')!=''";
stringReturn=@"执行结束";
stringcondition="";
if(string.IsNullOrEmpty(model.ExecuteSql))
...
...
@@ -1448,7 +1448,6 @@ public string Cursor(CursorModel model)