记得上下班打卡 | 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
e40f01cf
Commit
e40f01cf
authored
May 20, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
eda42862
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
PerformanceVo.java
...ava/com/liquidnet/service/kylin/dto/vo/PerformanceVo.java
+4
-2
PerformanceIgnoreVo.java
...dnet/service/kylin/dto/vo/ignore/PerformanceIgnoreVo.java
+4
-4
No files found.
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/PerformanceVo.java
View file @
e40f01cf
...
@@ -55,8 +55,8 @@ public class PerformanceVo {
...
@@ -55,8 +55,8 @@ public class PerformanceVo {
private
String
roadShowId
;
private
String
roadShowId
;
// OSS
// OSS
//
@ApiModelProperty(value = "演出详情")
@ApiModelProperty
(
value
=
"演出详情"
)
//
private String details;
private
String
details
;
// OSS
// OSS
@ApiModelProperty
(
value
=
"购票须知"
)
@ApiModelProperty
(
value
=
"购票须知"
)
private
String
noticeImage
;
private
String
noticeImage
;
...
@@ -94,6 +94,8 @@ public class PerformanceVo {
...
@@ -94,6 +94,8 @@ public class PerformanceVo {
this
.
timeStart
=
performance
.
getTimeStart
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
));
this
.
timeStart
=
performance
.
getTimeStart
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
));
this
.
timeEnd
=
performance
.
getTimeEnd
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
));
this
.
timeEnd
=
performance
.
getTimeEnd
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
));
this
.
type
=
performance
.
getType
();
this
.
type
=
performance
.
getType
();
this
.
details
=
performance
.
getDetails
();
this
.
noticeImage
=
performance
.
getNoticeImage
();
}
}
public
void
setTimePriceVipAndLack
(
int
isLackRegister
,
int
isMember
,
int
isExclusive
,
BigDecimal
price
,
LocalDateTime
stopSellTime
,
LocalDateTime
sellTime
,
int
isAdvance
,
int
isDiscount
)
{
public
void
setTimePriceVipAndLack
(
int
isLackRegister
,
int
isMember
,
int
isExclusive
,
BigDecimal
price
,
LocalDateTime
stopSellTime
,
LocalDateTime
sellTime
,
int
isAdvance
,
int
isDiscount
)
{
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/ignore/PerformanceIgnoreVo.java
View file @
e40f01cf
...
@@ -49,11 +49,11 @@ public class PerformanceIgnoreVo {
...
@@ -49,11 +49,11 @@ public class PerformanceIgnoreVo {
private
String
roadShowId
;
private
String
roadShowId
;
// OSS
// OSS
//
@ApiModelProperty(value = "演出详情")
@ApiModelProperty
(
value
=
"演出详情"
)
//
private String details;
private
String
details
;
// OSS
// OSS
//
@ApiModelProperty(value = "购票须知")
@ApiModelProperty
(
value
=
"购票须知"
)
//
private String noticeImage;
private
String
noticeImage
;
@ApiModelProperty
(
value
=
"推荐顺序 0为不推荐"
)
@ApiModelProperty
(
value
=
"推荐顺序 0为不推荐"
)
private
Integer
isRecommend
;
private
Integer
isRecommend
;
...
...
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