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
c31d321d
Commit
c31d321d
authored
May 16, 2022
by
solho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:API 位置名稱調整
parent
a719cf2e
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
135 additions
and
132 deletions
+135
-132
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
+134
-131
WebAPI/Controllers/Esn_Subitem/Esn_todosController.cs
WebAPI/Controllers/Esn_Subitem/Esn_todosController.cs
+1
-1
No files found.
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
View file @
c31d321d
This diff is collapsed.
Click to expand it.
WebAPI/Controllers/Esn_Subitem/Esn_todosController.cs
View file @
c31d321d
...
...
@@ -633,7 +633,7 @@ namespace WebAPI.Controllers
obj_input
[
"gUserID_wade"
]
=
obj_input
[
"@p_Emp_ID"
];
String
jstring
=
JsonConvert
.
SerializeObject
(
ExportEhr
);
obj_input
[
"SaveData"
]
=
jstring
;
DataTable
dtsave
=
Esn_Todos_FlowController
.
Save_
PointSettlement_Log
_Base
(
obj_input
);
DataTable
dtsave
=
Esn_Todos_FlowController
.
Save_
ExportEHR_his
_Base
(
obj_input
);
response
.
Msg
=
ExportEhr
;
response
.
Code
=
"1"
;
}
...
...
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