Commit 292c1713 authored by yanzg's avatar yanzg

常规BUG的修改

parent d9265188
...@@ -270,7 +270,7 @@ public final class CheckerHelper { ...@@ -270,7 +270,7 @@ public final class CheckerHelper {
SimpleDateFormat format = new SimpleDateFormat(formatStr); SimpleDateFormat format = new SimpleDateFormat(formatStr);
format.parse(paramVal); format.parse(paramVal);
} else { } else {
DateAutoHelper.getAutoDate(formatStr); DateAutoHelper.getAutoDate(paramVal);
} }
} catch (ParseException e) { } catch (ParseException e) {
this.checkResult = String.format(PARAM_NOT_DATE, paramName, formatStr); this.checkResult = String.format(PARAM_NOT_DATE, paramName, formatStr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment