sunhh 2 rokov pred
rodič
commit
c8c516e475

+ 1 - 0
base-common/src/main/java/com/ozs/common/utils/StringUtils.java

@@ -42,6 +42,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
 
     //为null,为"",为 "   " --- sunhh
     public static boolean isEmptySunhh(final Object obj) {
+
         int strLen;
         if (obj == null) {
             return true;