Commit 07eb921f authored by solho's avatar solho

fix:code fix

parent 7cebfa84
...@@ -275,7 +275,7 @@ namespace WebAPI.Controllers ...@@ -275,7 +275,7 @@ namespace WebAPI.Controllers
foreach (string sql in batchSql) foreach (string sql in batchSql)
{ {
cmd.CommandText = sql; cmd.CommandText = sql;
//dt = SqlToDt(cmd); dt = SqlToDt(cmd);
} }
return_msgs.Add("設定結算完畢"); return_msgs.Add("設定結算完畢");
......
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