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
d0170ebf
Commit
d0170ebf
authored
Jul 03, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
021ae7d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
esign-sve-order/app/base/db/impl/eorder/eordersignlogDao.js
+1
-1
esign-sve-order/app/base/service/impl/eorder/eordersignlogSve.js
+1
-1
No files found.
esign-sve-order/app/base/db/impl/eorder/eordersignlogDao.js
View file @
d0170ebf
...
@@ -111,7 +111,7 @@ class EordersignlogDao extends Dao{
...
@@ -111,7 +111,7 @@ class EordersignlogDao extends Dao{
async
PageeordersignlogContract
(
params
){
async
PageeordersignlogContract
(
params
){
let
sql
=
[];
let
sql
=
[];
sql
.
push
(
`SELECT t1.engine_contract_id,t1.engine_contract_name,t1.created_at,t2.live_start,t2.live_end,t2.merchant_name,t1.order_id `
);
sql
.
push
(
`SELECT t1.engine_contract_id,t1.engine_contract_name,t1.created_at,t2.live_start,t2.live_end,t2.merchant_name,t1.order_id `
);
sql
.
push
(
`FROM e_order_sign_log t1 inner join e_order t2 on t2.
order_id =t1.
id WHERE 1 = 1 `
)
sql
.
push
(
`FROM e_order_sign_log t1 inner join e_order t2 on t2.
id =t1.order_
id WHERE 1 = 1 `
)
this
.
setpageEorderContractParams
(
sql
,
params
);
this
.
setpageEorderContractParams
(
sql
,
params
);
sql
.
push
(
"ORDER BY t1.created_at DESC"
);
sql
.
push
(
"ORDER BY t1.created_at DESC"
);
sql
.
push
(
"LIMIT :startRow, :pageSize"
);
sql
.
push
(
"LIMIT :startRow, :pageSize"
);
...
...
esign-sve-order/app/base/service/impl/eorder/eordersignlogSve.js
View file @
d0170ebf
...
@@ -102,7 +102,7 @@ class EordersignlogService extends ServiceBase {
...
@@ -102,7 +102,7 @@ class EordersignlogService extends ServiceBase {
return
system
.
getResult
({
count
:
0
,
rows
:
[]});
return
system
.
getResult
({
count
:
0
,
rows
:
[]});
}
}
for
(
let
item
of
list
)
{
for
(
let
item
of
list
)
{
this
.
handleDate
(
item
,[
'created_at'
],
null
,
null
)
this
.
handleDate
(
item
,[
'created_at'
,
'live_start'
,
'live_end'
],
null
,
null
)
}
}
return
system
.
getResult
({
count
:
listContract
.
count
,
rows
:
list
});
return
system
.
getResult
({
count
:
listContract
.
count
,
rows
:
list
});
}
catch
(
e
)
{
}
catch
(
e
)
{
...
...
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