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
bca4d49d
Commit
bca4d49d
authored
Mar 03, 2025
by
曹玉玺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整修复截单异常有异常
parent
d799ccc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
Dockerfile
+3
-2
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
+6
-4
No files found.
Dockerfile
View file @
bca4d49d
#!/bin/bash
FROM
registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
#FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
FROM
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:81.1.170
MAINTAINER
jy "jiangyong@gongsibao.com"
ADD
center-order /apps/center-order/
WORKDIR
/apps/center-order/
RUN
yum install gcc-c++.x86_64
-y
#
RUN yum install gcc-c++.x86_64 -y
RUN
npm install
--unsafe-perm
=
true
--allow-root
CMD
["node","/apps/center-order/main.js"]
...
...
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
View file @
bca4d49d
...
...
@@ -1235,7 +1235,7 @@ class RegCenterOrderService {
applicationStatusList
=
deliveryContent
.
applicationStatusList
||
[];
}
}
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC4"
)
{
//公司注册套餐1和公司注册套餐2和公司注册套餐3和公司注册套餐4
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC4"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC5"
)
{
//公司注册套餐1和公司注册套餐2和公司注册套餐3和公司注册套餐4注册套餐5
if
(
ab
.
productType
&&
ab
.
productType
==
"GSZZ"
)
{
//工商执照
if
(
ab
.
ApplicationStatus
==
702
)
{
//材料收集环节
if
(
needsolutioninfo
.
solutionContent
.
status
!=
"PAID"
)
{
...
...
@@ -1493,7 +1493,7 @@ class RegCenterOrderService {
deliveryContent
.
statusName
=
this
.
regSolutionStatus
.
SUCCESS
;
}
}
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC4"
)
{
//公司注册套餐1和公司注册套餐2和公司注册套餐3和公司注册套餐4
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC4"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC5"
)
{
//公司注册套餐1和公司注册套餐2和公司注册套餐3和公司注册套餐4公司注册套餐5
if
(
ab
.
consultType
==
"QYJYTC1"
)
{
bizTypeName
=
"企业经营套餐一"
}
...
...
@@ -1506,6 +1506,9 @@ class RegCenterOrderService {
if
(
ab
.
consultType
==
"QYJYTC4"
)
{
bizTypeName
=
"企业经营套餐四"
}
if
(
ab
.
consultType
==
"QYJYTC5"
)
{
bizTypeName
=
"企业经营套餐五"
}
switch
(
productType
)
{
case
"GSZZ"
:
deliveryContent
[
'GSZZ'
]
=
{
...
...
@@ -1693,4 +1696,4 @@ class RegCenterOrderService {
}
}
module
.
exports
=
RegCenterOrderService
;
\ No newline at end of file
module
.
exports
=
RegCenterOrderService
;
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