|
|
@@ -4,11 +4,10 @@ package com.ydtech.modules.order.components.gouren;
|
|
|
import com.ydtech.exception.SystemException;
|
|
|
import com.ydtech.modules.ins.model.guoren.PremiumReq;
|
|
|
import com.ydtech.modules.ins.model.guoren.PremiumResp;
|
|
|
-import com.ydtech.utils.StringUtils;
|
|
|
+import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
import org.springframework.util.ObjectUtils;
|
|
|
|
|
|
-import java.text.ParseException;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
import java.util.HashMap;
|
|
|
import java.util.List;
|
|
|
@@ -81,8 +80,6 @@ public class GuorenDuplicateInsuranceComponent {
|
|
|
} catch (Exception e) {
|
|
|
throw new SystemException(message);
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
throw new SystemException(message);
|
|
|
}
|