소스 검색

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

wks 2 년 전
부모
커밋
051302d854
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/main/java/com/ydtech/modules/order/components/gouren/GuorenDuplicateInsuranceComponent.java

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