소스 검색

紫金重复投保处理

wks 3 년 전
부모
커밋
3539b1a7f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/ydtech/modules/order/components/zj/ZijinDuplicateInsuranceComponents.java

+ 1 - 1
src/main/java/com/ydtech/modules/order/components/zj/ZijinDuplicateInsuranceComponents.java

@@ -57,7 +57,7 @@ public class ZijinDuplicateInsuranceComponents {
                     SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
                     return simpleDateFormat.format(dateFormat.parse(m.group(1)));
                 } catch (Exception e) {
-                    throw new SystemException("时间转换格式失败");
+                    throw new SystemException(message);
                 }
             }
         }