Przeglądaj źródła

紫金重复投保处理

wks 3 lat temu
rodzic
commit
3539b1a7f0

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