Commit f3815b4b authored by liucx's avatar liucx

定时任务

parent facb5916
......@@ -619,7 +619,7 @@ public class DateUtil {
return false;
if(StockMatchStaticInfo.tradeDay.get(year + ":" + month + ":" + day) != null)
return false;
if(hour < 9 || hour >= 15 || hour == 12)
if(hour < 9 || hour >= 16 || hour == 12)
return false;
if(hour == 9 && minute < 25)
return false;
......
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