Browse Source

isEmptySunhh

sunhh 1 year ago
parent
commit
c8c516e475
1 changed files with 1 additions and 0 deletions
  1. 1 0
      base-common/src/main/java/com/ozs/common/utils/StringUtils.java

+ 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;