Commit 5ba5fc12 by tangzhongyang

1

parent 0e46ff0b
...@@ -1419,7 +1419,7 @@ public List<string> ceshi() ...@@ -1419,7 +1419,7 @@ public List<string> ceshi()
/// <returns></returns> /// <returns></returns>
public string Cursor(CursorModel model) public string Cursor(CursorModel model)
{ {
var dbs = "SELECT * FROM [DB_SV_Data_Config].[dbo].[SYS_Hospital] where isnull([ExecOpenLink],'')!='' and isnull([ExecDatabase],'')!=''"; var dbs = "SELECT ExecOpenLink ,ExecDatabase FROM [DB_SV_Data_Config].[dbo].[SYS_Hospital] where isnull([ExecOpenLink],'')!='' and isnull([ExecDatabase],'')!=''";
string Return = @"执行结束"; string Return = @"执行结束";
string condition = ""; string condition = "";
if (string.IsNullOrEmpty(model.ExecuteSql)) if (string.IsNullOrEmpty(model.ExecuteSql))
...@@ -1448,7 +1448,6 @@ public string Cursor(CursorModel model) ...@@ -1448,7 +1448,6 @@ public string Cursor(CursorModel model)
return condition+Return; return condition+Return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment