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
9d1dd71f
Commit
9d1dd71f
authored
Aug 12, 2020
by
wkliang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-order' of gitlab.gongsibao.com:jiangyong/zhichan into center-order
parents
424e767e
77586ce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
center-order/app/base/service/impl/dbneed/opneedinfoSve.js
+3
-3
No files found.
center-order/app/base/service/impl/dbneed/opneedinfoSve.js
View file @
9d1dd71f
...
@@ -43,8 +43,8 @@ class NeedinfoService extends ServiceBase {
...
@@ -43,8 +43,8 @@ class NeedinfoService extends ServiceBase {
channelTypeName
:
actionBody
.
channel_type_name
,
channelTypeName
:
actionBody
.
channel_type_name
,
status
:
"wts"
status
:
"wts"
}
}
await
this
.
dao
.
create
(
nobj
);
var
r
=
await
this
.
dao
.
create
(
nobj
);
return
system
.
getResultSuccess
();
return
system
.
getResultSuccess
(
r
);
}
}
async
opNeedList
(
pobj
,
actionBody
,
req
)
{
async
opNeedList
(
pobj
,
actionBody
,
req
)
{
...
@@ -53,7 +53,7 @@ class NeedinfoService extends ServiceBase {
...
@@ -53,7 +53,7 @@ class NeedinfoService extends ServiceBase {
console
.
log
(
pobj
.
actionBody
);
console
.
log
(
pobj
.
actionBody
);
var
sobj
=
{
var
sobj
=
{
search
:
{
search
:
{
channelUserId
:
pobj
.
userInfo
.
channel_userid
channelUserId
:
pobj
.
userInfo
.
channel_userid
},
},
pageInfo
:
{
pageInfo
:
{
pageNo
:
Number
(
actionBody
.
pageNumber
)
||
1
,
pageNo
:
Number
(
actionBody
.
pageNumber
)
||
1
,
...
...
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