记得上下班打卡 | git大法好,push需谨慎

Commit dbd2e680 authored by wangyifan's avatar wangyifan

票种状态:未开始状态设置

parent 52728d17
......@@ -721,6 +721,9 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
status = 8;
getStatus = 8;
}
if (1 == DateUtil.compareStrDay(ticketItem.getTimeStart(), DateUtil.getNowTime())) {// 未开始
getStatus = 9;
}
if (null != ticketItem) {
// 判断售罄
if (6 == getStatus || 9 == getStatus || 10 == getStatus) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment