Explorar o código

紫金重复投保处理

wks %!s(int64=3) %!d(string=hai) anos
pai
achega
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");
                     SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
                     return simpleDateFormat.format(dateFormat.parse(m.group(1)));
                     return simpleDateFormat.format(dateFormat.parse(m.group(1)));
                 } catch (Exception e) {
                 } catch (Exception e) {
-                    throw new SystemException("时间转换格式失败");
+                    throw new SystemException(message);
                 }
                 }
             }
             }
         }
         }