Commit 9f840119 authored by yanzg's avatar yanzg

默认日期格式的支持

parent a80d2f49
......@@ -274,7 +274,7 @@ public final class CheckerHelper {
* @param paramVal
* @return
*/
public CheckerHelper checkerNumberLength(String paramName, String paramVal, int length) {
public CheckerHelper checkNumberLength(String paramName, String paramVal, int length) {
if (!isValid()) {
return this;
}
......
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