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
9587b099
Commit
9587b099
authored
Oct 28, 2020
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ActionType -> actionType
parent
a029f932
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
center-order/app/base/service/impl/dbneed/needinfoSve.js
+1
-1
center-order/app/base/service/impl/dbneed/needsolutionSve.js
+5
-1
center-order/app/base/service/impl/qcutils/aliyunqcSve.js
+1
-0
No files found.
center-order/app/base/service/impl/dbneed/needinfoSve.js
View file @
9587b099
...
@@ -174,7 +174,7 @@ class NeedinfoService extends ServiceBase {
...
@@ -174,7 +174,7 @@ class NeedinfoService extends ServiceBase {
return
system
.
getResult
(
null
,
"需求数据为空,30210"
);
return
system
.
getResult
(
null
,
"需求数据为空,30210"
);
}
}
var
item
=
await
this
.
dao
.
getItemByNeedNo
(
solutionitem
.
needNo
);
var
item
=
await
this
.
dao
.
getItemByNeedNo
(
solutionitem
.
needNo
);
item
.
solutionProvince
=
solutionitem
.
solutionContent
.
solution
.
Area
+
`(
${
solutionitem
.
solutionContent
.
solution
.
A
ctionType
}
)`
//北京(新办);
item
.
solutionProvince
=
solutionitem
.
solutionContent
.
solution
.
Area
+
`(
${
solutionitem
.
solutionContent
.
solution
.
a
ctionType
}
)`
//北京(新办);
item
.
solutionContent
=
solutionitem
.
solutionContent
item
.
solutionContent
=
solutionitem
.
solutionContent
item
.
channelSolutionNo
=
solutionitem
.
channelSolutionNo
item
.
channelSolutionNo
=
solutionitem
.
channelSolutionNo
if
(
!
item
)
{
if
(
!
item
)
{
...
...
center-order/app/base/service/impl/dbneed/needsolutionSve.js
View file @
9587b099
...
@@ -493,7 +493,11 @@ class NeedsolutionService extends ServiceBase {
...
@@ -493,7 +493,11 @@ class NeedsolutionService extends ServiceBase {
solutionNo
,
solutionNo
,
...
ab
,
...
ab
,
status
:
"ywc"
,
status
:
"ywc"
,
solutionContent
:
JSON
.
stringify
({
totalSum
:
Number
(
ab
.
orderPrice
||
"0"
)})
solutionContent
:
JSON
.
stringify
({
totalSum
:
Number
(
ab
.
orderPrice
||
"0"
),
actionType
:
ab
.
actionType
,
Source
:
ab
.
source
})
})
})
}
else
{
}
else
{
if
(
!
ab
.
channelSolutionNo
)
{
if
(
!
ab
.
channelSolutionNo
)
{
...
...
center-order/app/base/service/impl/qcutils/aliyunqcSve.js
View file @
9587b099
...
@@ -254,6 +254,7 @@ class AliyunQcService {
...
@@ -254,6 +254,7 @@ class AliyunQcService {
if
(
!
solution
.
ActionType
)
{
if
(
!
solution
.
ActionType
)
{
return
system
.
getResultFail
(
-
108
,
"办理类型不能为空"
);
return
system
.
getResultFail
(
-
108
,
"办理类型不能为空"
);
}
}
ab
.
solutionContent
.
solution
.
actionType
=
solution
.
ActionType
var
solutionFlowList
=
ab
.
solutionContent
.
solutionFlowList
||
[];
var
solutionFlowList
=
ab
.
solutionContent
.
solutionFlowList
||
[];
solutionFlowList
.
push
({
solutionFlowList
.
push
({
status
:
"SOLUTION_SUBMIT"
,
statusName
:
this
.
icpSolutionStatusReference
.
SOLUTION_SUBMIT
,
updated_at
:
new
Date
()
status
:
"SOLUTION_SUBMIT"
,
statusName
:
this
.
icpSolutionStatusReference
.
SOLUTION_SUBMIT
,
updated_at
:
new
Date
()
...
...
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