|
@@ -35,6 +35,11 @@ public class TaiShanDuplicateInsuranceComponents extends ResponseMessageAbstract
|
|
|
private TaiShanCrawlerRequestComponent taiShanCrawlerRequestComponent;
|
|
private TaiShanCrawlerRequestComponent taiShanCrawlerRequestComponent;
|
|
|
|
|
|
|
|
protected static final Map<Integer, String> dateFormatMap = new HashMap<>();
|
|
protected static final Map<Integer, String> dateFormatMap = new HashMap<>();
|
|
|
|
|
+ static {
|
|
|
|
|
+ dateFormatMap.put(12, "yyyyMMddHHmm");
|
|
|
|
|
+ dateFormatMap.put(14, "yyyyMMddHHmmss");
|
|
|
|
|
+ dateFormatMap.put(8, "yyyyMMdd");
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
public static final String THE_JQ_FIRST_REGEX = "日期 (\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2})";
|
|
public static final String THE_JQ_FIRST_REGEX = "日期 (\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2})";
|
|
|
public static final String THE_SY_FIRST_REGEX = "日期:(\\d{12})";
|
|
public static final String THE_SY_FIRST_REGEX = "日期:(\\d{12})";
|