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
272c6c36
Commit
272c6c36
authored
Nov 19, 2021
by
solho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:代碼取名
parent
7138810f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
+1
-2
No files found.
WebAPI/Controllers/Esn_Subitem/Esn_Todos_FlowController.cs
View file @
272c6c36
...
...
@@ -275,7 +275,7 @@ namespace WebAPI.Controllers
IsConfirm
=
0
;
return_msg
=
"提交成功"
;
break
;
case
"RJTOp"
:
IsConfirm
=
0
;
return_msg
=
"已轉至運營辦"
;
break
;
case
"CFA
W
"
:
case
"CFA
M
"
:
IsConfirm
=
0
;
return_msg
=
"已轉至管理中心"
;
break
;
case
"LA"
:
IsConfirm
=
1
;
return_msg
=
"請求提成完成"
;
break
;
...
...
@@ -412,7 +412,6 @@ namespace WebAPI.Controllers
//String Step_Value_previous = dsr["Step_Value_previous"].ToString(), Step_Value_Next = dsr["Step_Value_Next"].ToString();
Tsql
=
Tsql
+
"update esn_todos_Flow set "
;
CStepTypeCur
=
AllStepType
.
Where
(
p
=>
p
.
id
==
StepType_id
).
FirstOrDefault
();
StepType_idHis
=
CStepTypeCur
.
id
;
...
...
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