Commit 023fdbdf authored by solho's avatar solho

專案檔修正

parent 50d04487
...@@ -281,7 +281,6 @@ namespace WebAPI.Controllers ...@@ -281,7 +281,6 @@ namespace WebAPI.Controllers
List <ExportEHR_hisModel> Hislist = new List<ExportEHR_hisModel>(); List <ExportEHR_hisModel> Hislist = new List<ExportEHR_hisModel>();
using (SqlConnection Conn = new SqlConnection(connString)) using (SqlConnection Conn = new SqlConnection(connString))
{ {
ExportEHR_hisModel hisT;
SqlCommand cmd = new SqlCommand("", Conn) SqlCommand cmd = new SqlCommand("", Conn)
{ {
CommandText = @"select b.cn_name, a.* from esn_todos_SettleLog a CommandText = @"select b.cn_name, a.* from esn_todos_SettleLog a
......
...@@ -196,6 +196,7 @@ ...@@ -196,6 +196,7 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Controllers\Esn_Subitem\Esn_todos_SettleController.cs" />
<Compile Include="Controllers\Esn_Subitem\Esn_todosController.cs" /> <Compile Include="Controllers\Esn_Subitem\Esn_todosController.cs" />
<Compile Include="Controllers\DictionaryController.cs" /> <Compile Include="Controllers\DictionaryController.cs" />
<Compile Include="Controllers\Esn_Subitem\Esn_Todos_FlowController.cs" /> <Compile Include="Controllers\Esn_Subitem\Esn_Todos_FlowController.cs" />
......
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