记得上下班打卡 | 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
4d7057d3
Commit
4d7057d3
authored
Jul 06, 2022
by
GaoHu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
票名显示日期
parent
0c948a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
SmileShowServiceImpl.java
...min/zhengzai/smile/service/impl/SmileShowServiceImpl.java
+9
-0
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/smile/service/impl/SmileShowServiceImpl.java
View file @
4d7057d3
...
@@ -36,6 +36,7 @@ import org.springframework.stereotype.Service;
...
@@ -36,6 +36,7 @@ import org.springframework.stereotype.Service;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
import
java.math.RoundingMode
;
import
java.math.RoundingMode
;
import
java.time.LocalDateTime
;
import
java.time.LocalDateTime
;
import
java.time.format.DateTimeFormatter
;
import
java.util.*
;
import
java.util.*
;
import
java.util.stream.Collectors
;
import
java.util.stream.Collectors
;
...
@@ -427,6 +428,14 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
...
@@ -427,6 +428,14 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
showAgentVo
.
setPerformanceId
(
performancesId
);
showAgentVo
.
setPerformanceId
(
performancesId
);
showAgentVo
.
setTicketId
(
ticketAndStatusDao
.
getTicketsId
());
showAgentVo
.
setTicketId
(
ticketAndStatusDao
.
getTicketsId
());
showAgentVo
.
setTitle
(
ticketAndStatusDao
.
getTitle
());
showAgentVo
.
setTitle
(
ticketAndStatusDao
.
getTitle
());
//开始结束时间转换年月日
String
start
=
ticketAndStatusDao
.
getUseStart
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd"
));
String
end
=
ticketAndStatusDao
.
getUseEnd
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd"
));
if
(
start
.
equals
(
end
))
{
showAgentVo
.
setTitle
(
ticketAndStatusDao
.
getTitle
().
concat
(
"("
).
concat
(
start
).
concat
(
")"
));
}
else
{
showAgentVo
.
setTitle
(
ticketAndStatusDao
.
getTitle
().
concat
(
"("
).
concat
(
start
).
concat
(
"--"
).
concat
(
end
).
concat
(
")"
));
}
//总代票提
//总代票提
showAgentVo
.
setTotalCarry
(
smileAgent
.
getTotalCarry
());
showAgentVo
.
setTotalCarry
(
smileAgent
.
getTotalCarry
());
//普代票提
//普代票提
...
...
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