Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
5
51business
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
方斌
51business
Commits
b62db576
Commit
b62db576
authored
Sep 11, 2019
by
Hsinli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addd
parent
2eda1e65
Pipeline
#13663
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common.js
app/service/credit/common.js
+2
-0
No files found.
app/service/credit/common.js
View file @
b62db576
...
@@ -337,6 +337,7 @@ class CommonService extends Service {
...
@@ -337,6 +337,7 @@ class CommonService extends Service {
user_id
:
ctx
.
userId
user_id
:
ctx
.
userId
}
}
let
shmfList
=
await
ctx
.
prometheusModel
.
CreditShuhemofang
.
findAll
(
shmfFilter
);
let
shmfList
=
await
ctx
.
prometheusModel
.
CreditShuhemofang
.
findAll
(
shmfFilter
);
ctx
.
logger
.
info
({
shmfList
:
JSON
.
stringify
(
shmfList
)
});
if
(
shmfList
!==
undefined
&&
shmfList
.
length
>
0
)
{
if
(
shmfList
!==
undefined
&&
shmfList
.
length
>
0
)
{
let
history
=
{
let
history
=
{
in
:
false
,
in
:
false
,
...
@@ -356,6 +357,7 @@ class CommonService extends Service {
...
@@ -356,6 +357,7 @@ class CommonService extends Service {
ctx
.
failed
(
'您输入的想要检测人数已超过最大限制,仅可检测输入过的检测信息'
);
ctx
.
failed
(
'您输入的想要检测人数已超过最大限制,仅可检测输入过的检测信息'
);
}
else
{
}
else
{
let
resp
=
this
.
queryShuhemofang
(
type
,
inputParams
);
let
resp
=
this
.
queryShuhemofang
(
type
,
inputParams
);
ctx
.
logger
.
info
({
resp
:
JSON
.
stringify
(
resp
)
});
await
this
.
noticeShuhemofang
(
resp
.
status
);
await
this
.
noticeShuhemofang
(
resp
.
status
);
}
}
}
}
...
...
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