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
069b1535
Commit
069b1535
authored
Dec 10, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 平台查询
parent
e9566905
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ic-deliver/app/base/controller/impl/bizchance/bizoptCtl.js
+2
-2
ic-deliver/app/base/controller/impl/bizchance/deliverybillCtl.js
+1
-1
No files found.
ic-deliver/app/base/controller/impl/bizchance/bizoptCtl.js
View file @
069b1535
...
@@ -134,10 +134,10 @@ class BizOptCtl extends CtlBase {
...
@@ -134,10 +134,10 @@ class BizOptCtl extends CtlBase {
if
(
pobj
.
businessMode
&&
pobj
.
businessMode
!=
'undefined'
)
{
if
(
pobj
.
businessMode
&&
pobj
.
businessMode
!=
'undefined'
)
{
const
data
=
await
this
.
service
.
findOne
({
const
data
=
await
this
.
service
.
findOne
({
demand_code
:
pobj
.
businessMode
,
demand_code
:
pobj
.
businessMode
,
facilitator_id
:
mobj
.
company_id
,
//
facilitator_id: mobj.company_id,
});
});
if
(
!
data
)
{
if
(
!
data
)
{
return
system
.
getResultError
(
'
没有权限
'
);
return
system
.
getResultError
(
'
查不到此订单
'
);
}
}
try
{
try
{
const
res
=
await
this
.
service
.
findInfoByDemandCode
(
pobj
);
const
res
=
await
this
.
service
.
findInfoByDemandCode
(
pobj
);
...
...
ic-deliver/app/base/controller/impl/bizchance/deliverybillCtl.js
View file @
069b1535
...
@@ -613,7 +613,7 @@ class DeliverybillCtl extends CtlBase {
...
@@ -613,7 +613,7 @@ class DeliverybillCtl extends CtlBase {
}
}
const
data
=
await
this
.
service
.
findOne
({
const
data
=
await
this
.
service
.
findOne
({
delivery_code
:
mobj
.
deliverNumber
,
delivery_code
:
mobj
.
deliverNumber
,
facilitator_id
:
mobj
.
company_id
,
//
facilitator_id: mobj.company_id,
});
});
if
(
data
)
{
if
(
data
)
{
let
result
=
[];
let
result
=
[];
...
...
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