Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
code
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
solho
code
Commits
023fdbdf
Commit
023fdbdf
authored
Jul 12, 2021
by
solho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
專案檔修正
parent
50d04487
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
+0
-1
WebAPI/WebAPI.csproj
WebAPI/WebAPI.csproj
+1
-0
No files found.
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
View file @
023fdbdf
...
...
@@ -281,7 +281,6 @@ namespace WebAPI.Controllers
List
<
ExportEHR_hisModel
>
Hislist
=
new
List
<
ExportEHR_hisModel
>();
using
(
SqlConnection
Conn
=
new
SqlConnection
(
connString
))
{
ExportEHR_hisModel
hisT
;
SqlCommand
cmd
=
new
SqlCommand
(
""
,
Conn
)
{
CommandText
=
@"select b.cn_name, a.* from esn_todos_SettleLog a
...
...
WebAPI/WebAPI.csproj
View file @
023fdbdf
...
...
@@ -196,6 +196,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"Controllers\Esn_Subitem\Esn_todos_SettleController.cs"
/>
<Compile
Include=
"Controllers\Esn_Subitem\Esn_todosController.cs"
/>
<Compile
Include=
"Controllers\DictionaryController.cs"
/>
<Compile
Include=
"Controllers\Esn_Subitem\Esn_Todos_FlowController.cs"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment