记得上下班打卡 | 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
dc68c58a
Commit
dc68c58a
authored
Jun 24, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 admin 演出状态
parent
84b4d052
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
PerformanceVoTask.java
.../liquidnet/service/kylin/timerTask/PerformanceVoTask.java
+11
-10
No files found.
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/java/com/liquidnet/service/kylin/timerTask/PerformanceVoTask.java
View file @
dc68c58a
...
@@ -161,12 +161,12 @@ public class PerformanceVoTask {
...
@@ -161,12 +161,12 @@ public class PerformanceVoTask {
//演出状态
//演出状态
if
(
status
==
6
)
{
//单一票 可购买 则为可购买
if
(
status
==
6
)
{
//单一票 可购买 则为可购买
appStatus
=
6
;
appStatus
=
6
;
}
else
if
(
ticketCount
==
status10Count
)
{
//全票结束 为结束
appStatus
=
10
;
}
else
if
(
ticketCount
==
status8Count
)
{
//全票售罄为售罄
}
else
if
(
ticketCount
==
status8Count
)
{
//全票售罄为售罄
appStatus
=
8
;
appStatus
=
8
;
}
else
if
(
ticketCount
==
status9Count
)
{
//全票未开始 为未开始
}
else
if
(
ticketCount
==
status9Count
)
{
//全票未开始 为未开始
appStatus
=
9
;
appStatus
=
9
;
}
else
if
(
ticketCount
==
status10Count
)
{
//全票结束 为结束
appStatus
=
10
;
}
}
}
}
}
}
...
@@ -227,7 +227,7 @@ public class PerformanceVoTask {
...
@@ -227,7 +227,7 @@ public class PerformanceVoTask {
kylinPerformanceMisVo
.
setAuditStatus
(
0
);
kylinPerformanceMisVo
.
setAuditStatus
(
0
);
return
kylinPerformanceMisVo
;
return
kylinPerformanceMisVo
;
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
return
null
;
return
null
;
}
}
...
@@ -412,18 +412,19 @@ public class PerformanceVoTask {
...
@@ -412,18 +412,19 @@ public class PerformanceVoTask {
if
(
exists2
)
{
if
(
exists2
)
{
return
true
;
return
true
;
}
}
for
(
KylinTicketPartnerVo
ticketPartnerVo
:
times
.
getTicket
()){
for
(
KylinTicketPartnerVo
ticketPartnerVo
:
times
.
getTicket
())
{
for
(
KylinTicketVo
ticketVo
:
timesVo
.
getTicketList
()){
for
(
KylinTicketVo
ticketVo
:
timesVo
.
getTicketList
())
{
if
(
ticketVo
.
getTicketsId
().
equals
(
ticketPartnerVo
.
getTicketsId
()))
{
if
(
ticketVo
.
getTicketsId
().
equals
(
ticketPartnerVo
.
getTicketsId
()))
{
if
(!
ticketVo
.
getTitle
().
equals
(
ticketPartnerVo
.
getTitle
()))
{
if
(!
ticketVo
.
getTitle
().
equals
(
ticketPartnerVo
.
getTitle
()))
{
return
true
;
return
true
;
}
else
if
(!
ticketVo
.
getQrCodeShowTime
().
equals
(
ticketPartnerVo
.
getQrCodeShowTime
()))
{
}
else
if
(!
ticketVo
.
getQrCodeShowTime
().
equals
(
ticketPartnerVo
.
getQrCodeShowTime
()))
{
return
true
;
return
true
;
}
else
if
(!
ticketVo
.
getDescribeElectronic
().
equals
(
ticketPartnerVo
.
getDescribeElectronic
()))
{
}
else
if
(!
ticketVo
.
getDescribeElectronic
().
equals
(
ticketPartnerVo
.
getDescribeElectronic
()))
{
return
true
;
return
true
;
}
else
if
(!
ticketVo
.
getDescribeExpress
().
equals
(
ticketPartnerVo
.
getDescribeExpress
()))
{
}
else
if
(!
ticketVo
.
getDescribeExpress
().
equals
(
ticketPartnerVo
.
getDescribeExpress
()))
{
return
true
;
return
true
;
}
if
(!
ticketVo
.
getDescribes
().
equals
(
ticketPartnerVo
.
getDescribes
()))
{
}
if
(!
ticketVo
.
getDescribes
().
equals
(
ticketPartnerVo
.
getDescribes
()))
{
return
true
;
return
true
;
}
}
break
;
break
;
...
...
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