mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
Pre Merge pull request !170 from 小白龙/4.X
This commit is contained in:
commit
f9b6b681fd
@ -103,7 +103,7 @@ public class ExcelUtil {
|
|||||||
String[] convertSource = converterExp.split(",");
|
String[] convertSource = converterExp.split(",");
|
||||||
for (String item : convertSource) {
|
for (String item : convertSource) {
|
||||||
String[] itemArray = item.split("=");
|
String[] itemArray = item.split("=");
|
||||||
if (StringUtils.containsAny(separator, propertyValue)) {
|
if (StringUtils.containsAny(propertyValue, separator)) {
|
||||||
for (String value : propertyValue.split(separator)) {
|
for (String value : propertyValue.split(separator)) {
|
||||||
if (itemArray[0].equals(value)) {
|
if (itemArray[0].equals(value)) {
|
||||||
propertyString.append(itemArray[1] + separator);
|
propertyString.append(itemArray[1] + separator);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user