记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
73e123b2
Commit
73e123b2
authored
Jun 22, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 统计列表 sql
parent
e232934e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
KylinPerformancesMapper.xml
...iquidnet.service.kylin.mapper/KylinPerformancesMapper.xml
+2
-2
DataImpl.java
...va/com/liquidnet/service/kylin/service/impl/DataImpl.java
+6
-0
KylinPerformancesPartnerServiceImpl.java
...ice/impl/partner/KylinPerformancesPartnerServiceImpl.java
+1
-0
No files found.
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/KylinPerformancesMapper.xml
View file @
73e123b2
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
MIN(
MIN(
DATE_SUB(
DATE_SUB(
t.time_start ,
t.time_start ,
INTERVAL
-
pay_countdown_minute MINUTE
INTERVAL pay_countdown_minute MINUTE
)
)
) AS 'time_sell' ,
) AS 'time_sell' ,
MAX(t.time_end) AS 'time_stop'
MAX(t.time_end) AS 'time_stop'
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
MIN(
MIN(
DATE_SUB(
DATE_SUB(
t.time_start ,
t.time_start ,
INTERVAL
-
pay_countdown_minute MINUTE
INTERVAL pay_countdown_minute MINUTE
)
)
) AS 'time_sell' ,
) AS 'time_sell' ,
MAX(t.time_end) AS 'time_stop'
MAX(t.time_end) AS 'time_stop'
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/java/com/liquidnet/service/kylin/service/impl/DataImpl.java
View file @
73e123b2
...
@@ -197,6 +197,12 @@ public class DataImpl {
...
@@ -197,6 +197,12 @@ public class DataImpl {
performancePartnerVo
.
setDetails
(
performances
.
getDetails
());
performancePartnerVo
.
setDetails
(
performances
.
getDetails
());
performancePartnerVo
.
setApprovalUrl
(
performances
.
getApprovalUrl
());
performancePartnerVo
.
setApprovalUrl
(
performances
.
getApprovalUrl
());
performancePartnerVo
.
setPayCountdownMinute
(
5
);
performancePartnerVo
.
setPayCountdownMinute
(
5
);
performancePartnerVo
.
setNoticeIds
(
new
ArrayList
<
String
>(){{
add
(
"1"
);
add
(
"3"
);
add
(
"7"
);
add
(
"12"
);
}});
performancePartnerVo
.
setNoticeImage
(
performances
.
getNoticeImage
());
performancePartnerVo
.
setNoticeImage
(
performances
.
getNoticeImage
());
performancePartnerVo
.
setIsTrueName
(
performanceStatus
.
getIsTrueName
());
performancePartnerVo
.
setIsTrueName
(
performanceStatus
.
getIsTrueName
());
performancePartnerVo
.
setLimitCount
(
performanceStatus
.
getLimitCount
());
performancePartnerVo
.
setLimitCount
(
performanceStatus
.
getLimitCount
());
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/java/com/liquidnet/service/kylin/service/impl/partner/KylinPerformancesPartnerServiceImpl.java
View file @
73e123b2
...
@@ -204,6 +204,7 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor
...
@@ -204,6 +204,7 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor
}
}
return
performanceId
;
return
performanceId
;
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
return
null
;
return
null
;
}
}
}
}
...
...
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