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
704469fb
Commit
704469fb
authored
May 27, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
ec63f6a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xgg-deliver/app/base/controller/impl/order/orderCtl.js
+2
-2
No files found.
xgg-deliver/app/base/controller/impl/order/orderCtl.js
View file @
704469fb
...
...
@@ -547,8 +547,8 @@ class OrderCtl extends CtlBase {
return
system
.
getResult
(
null
,
`参数错误 saasId不能为空`
)
}
//ps:由于业务系统和服务系统字段不同需要转换 如果没有工商注册则必须见到列表中
if
(
!
pobj
.
service_i
tems
.
includes
(
"10020200"
)){
pobj
.
service_i
tems
.
push
(
"10020200"
);
if
(
!
pobj
.
chooseI
tems
.
includes
(
"10020200"
)){
pobj
.
chooseI
tems
.
push
(
"10020200"
);
}
pobj
.
source_id
=
pobj
.
source_id
||
'1002'
;
pobj
.
notes
=
pobj
.
desc
||
"工商注册,刻章,银行卡户,税务报到,建账"
;
...
...
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