Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
60616107
Commit
60616107
authored
Dec 09, 2019
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
96fb2328
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xggsve-order/app/base/api/impl/op/action.js
+1
-0
xggsve-order/app/base/service/impl/order/iborderbaseSve.js
+1
-2
No files found.
xggsve-order/app/base/api/impl/op/action.js
View file @
60616107
...
...
@@ -46,6 +46,7 @@ class ActionAPI extends APIBase {
case
"completedOrder"
:
//完善信息接口
opResult
=
await
this
.
iborderbaseSve
.
apiCompletedOrder
(
action_body
);
break
;
case
"handling"
:
//订单办理接口
opResult
=
await
this
.
iborderbaseSve
.
apiHandling
(
action_body
);
break
;
...
...
xggsve-order/app/base/service/impl/order/iborderbaseSve.js
View file @
60616107
...
...
@@ -51,7 +51,6 @@ class IborderbaseService extends ServiceBase {
return
system
.
getResult
(
null
,
`渠道
${
params
.
channelNo
}
不存在`
);
}
params
.
channelNo
=
this
.
trim
(
params
.
channelNo
);
params
.
thirdNo
=
this
.
trim
(
params
.
thirdNo
);
params
.
notes
=
this
.
trim
(
params
.
notes
);
...
...
@@ -101,7 +100,7 @@ class IborderbaseService extends ServiceBase {
* 完善信息
* @param {*} params
*/
async
c
ompletedOrder
(
params
)
{
async
apiC
ompletedOrder
(
params
)
{
try
{
let
childSve
=
this
.
getService
();
return
await
childSve
.
completedOrder
(
params
);
...
...
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