...
|
...
|
@@ -158,7 +158,7 @@ public class ExpressInfoUpdateConsumer implements YhConsumer { |
|
|
|
|
|
private boolean isWuhanNewpneumoniaHolidayTime() {
|
|
|
int now = DateUtil.getCurrentTimeSecond();
|
|
|
// 武汉疫情鉴定中心不能收货(2020-01-30 23:59:59到2020-02-09 23:59:59)
|
|
|
// 武汉疫情鉴定中心不能收货(2020-01-30 23:59:59到2020-02-14 23:59:59)
|
|
|
return now > 1580399999 && now <= 1581695999;
|
|
|
}
|
|
|
|
...
|
...
|
|