mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-06 17:23:43 +08:00
@@ -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