记得上下班打卡 | git大法好,push需谨慎

Commit ea6870ce authored by 姜秀龙's avatar 姜秀龙

无收获地址bug修复

parent a5896621
...@@ -32,7 +32,7 @@ public class ValidationUtils { ...@@ -32,7 +32,7 @@ public class ValidationUtils {
break; break;
} }
} }
if (!isExcluded && value == null) { if (!isExcluded && (value == null || value == "")) {
return true; return true;
} }
} }
......
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