Showing
1 changed file
with
1 additions
and
1 deletions
@@ -158,7 +158,7 @@ public class ExpressInfoUpdateConsumer implements YhConsumer { | @@ -158,7 +158,7 @@ public class ExpressInfoUpdateConsumer implements YhConsumer { | ||
158 | 158 | ||
159 | private boolean isWuhanNewpneumoniaHolidayTime() { | 159 | private boolean isWuhanNewpneumoniaHolidayTime() { |
160 | int now = DateUtil.getCurrentTimeSecond(); | 160 | int now = DateUtil.getCurrentTimeSecond(); |
161 | - // 武汉疫情鉴定中心不能收货(2020-01-30 23:59:59到2020-02-09 23:59:59) | 161 | + // 武汉疫情鉴定中心不能收货(2020-01-30 23:59:59到2020-02-14 23:59:59) |
162 | return now > 1580399999 && now <= 1581695999; | 162 | return now > 1580399999 && now <= 1581695999; |
163 | } | 163 | } |
164 | 164 |
-
Please register or login to post a comment