Browse Source

1.国任重复投保处理
2.增加影像接口

wks 2 năm trước cách đây
mục cha
commit
051302d854

+ 1 - 4
src/main/java/com/ydtech/modules/order/components/gouren/GuorenDuplicateInsuranceComponent.java

@@ -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);
     }