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
70eda32a
Commit
70eda32a
authored
Feb 26, 2021
by
任晓松
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/center-order' into center-order
parents
e04b93bf
a7273480
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
center-order/app/base/service/impl/qcutils/baseqcSve.js
+5
-5
No files found.
center-order/app/base/service/impl/qcutils/baseqcSve.js
View file @
70eda32a
...
...
@@ -42,10 +42,10 @@ class BaseQcService {
this
.
icpApplicationStatusReference
=
{
507
:
"完成账户注册"
,
508
:
"服务商完成提交资料到⼯信部"
,
509
:
"⼯
商
部已受理"
,
510
:
"⼯
商
部不予受理"
,
511
:
"⼯
商
部通过"
,
512
:
"⼯
商
部未通过"
509
:
"⼯
信
部已受理"
,
510
:
"⼯
信
部不予受理"
,
511
:
"⼯
信
部通过"
,
512
:
"⼯
信
部未通过"
};
}
...
...
@@ -617,7 +617,7 @@ class BaseQcService {
}
}
if
(
ab
.
ApplicationStatus
==
507
)
{
//完成账户注册
if
(
uappId
!=
'50
'
)
{
if
(
uappId
==
'18
'
)
{
if
(
solutionContent
.
status
!=
"USER_CONFIRMED"
)
{
return
system
.
getResultFail
(
-
508
,
"交付流程错误,用户确认递交⽂件后才能执行此操作"
);
}
...
...
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