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

Commit d5d95799 authored by jiangxiulong's avatar jiangxiulong

演出状态修改

parent a7321f5f
......@@ -259,10 +259,10 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
} else { // 购买
performancesInfo.setAppStatus(6);
}
if (1 == DateUtil.compareStrDay(stopSellTime, nowTime)) {// 已结束
performancesInfo.setAppStatus(9);
} else { // 购买
if (1 == DateUtil.compareStrDay(stopSellTime, nowTime)) { // 购买
performancesInfo.setAppStatus(6);
} else {// 已结束
performancesInfo.setAppStatus(10);
}
}
performancesInfo.setMessage(KylinPerformanceStatusEnum.getName(performancesInfo.getAppStatus()));
......
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