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
645f20fd
Commit
645f20fd
authored
Jun 11, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
72c201a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xgg-saas-platform/app/base/controller/impl/saas/merchantCtl.js
+2
-2
No files found.
xgg-saas-platform/app/base/controller/impl/saas/merchantCtl.js
View file @
645f20fd
...
@@ -39,9 +39,9 @@ class MerchantCtl extends CtlBase {
...
@@ -39,9 +39,9 @@ class MerchantCtl extends CtlBase {
this
.
doTimeCondition
(
params
,
[
"createBegin"
,
"createEnd"
]);
this
.
doTimeCondition
(
params
,
[
"createBegin"
,
"createEnd"
]);
let
list
=
await
this
.
merchantSve
.
page
(
params
);
let
list
=
await
this
.
merchantSve
.
page
(
params
);
for
(
let
item
of
list
.
data
.
rows
)
{
for
(
let
item
of
list
.
data
.
rows
)
{
item
.
qrcode
=
encodeURIComponent
(
this
.
baseUrl
+
"?mechtId="
+
item
.
id
);
item
.
qrcode
=
encodeURIComponent
(
this
.
baseUrl
+
"?mechtId="
+
system
.
encryption
(
item
.
id
)
);
}
}
return
system
.
getResult
(
list
)
;
return
list
;
}
catch
(
error
)
{
}
catch
(
error
)
{
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
}
}
...
...
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