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

Commit 838e52a8 authored by jiangxiulong's avatar jiangxiulong

time 判断

parent d17aa3e1
......@@ -419,7 +419,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
}
} else { // 已开始
info.setAppStatus(6);
if (1 == DateUtil.compareStrDay(timeEnd, nowTimeStr)) { // 演出已结束
if (1 == DateUtil.compareStrDay(nowTimeStr, timeEnd)) { // 演出已结束
info.setAppStatus(10);
}
}
......
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