mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	Fix 修复DictUtils方法报错
This commit is contained in:
		@@ -110,7 +110,7 @@ public class DictUtils
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return StringUtils.strip(propertyString.toString(), null, separator);
 | 
			
		||||
        return StringUtils.stripEnd(propertyString.toString(), separator);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -150,7 +150,7 @@ public class DictUtils
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        return StringUtils.strip(propertyString.toString(), null, separator);
 | 
			
		||||
        return StringUtils.stripEnd(propertyString.toString(), separator);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user