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

Commit 740900bd authored by 胡佳晨's avatar 胡佳晨

修改 下单

parent bc3a3457
......@@ -303,7 +303,7 @@ public class GoblinRedisUtils {
if (st.isAfter(collectVoItem.getTimeStart()) && collectVoItem.getTimeEnd() == null) {
// collectTemp = collectVoItem;
collectVosList.add(collectVoItem);
} else if (st.isAfter(collectVoItem.getTimeEnd()) && collectVoItem.getTimeEnd() != null) {
} else if (collectVoItem.getTimeEnd() != null && st.isAfter(collectVoItem.getTimeEnd())) {
// collectVo = collectVoItem;
collectVosList.add(collectVoItem);
}else if (st.isAfter(collectVoItem.getTimeStart()) && st.isBefore(collectVoItem.getTimeEnd())) {
......
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