ソースを参照

更新 CellValueService.java

解决导入无法使用Dict的问题
4.1.3.A
liuyaoduan 6年前
コミット
7b6fd7b300
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/CellValueService.java

+ 1
- 2
easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/CellValueService.java ファイルの表示

@@ -213,9 +213,8 @@ public class CellValueService {
if (entity != null) {
result = handlerSuffix(entity.getSuffix(), result);
result = replaceValue(entity.getReplace(), result);
result = replaceValue(entity.getReplace(), result);
if (dictHandler != null && StringUtils.isNoneBlank(entity.getDict())) {
dictHandler.toValue(entity.getDict(), object, entity.getName(), result);
result = dictHandler.toValue(entity.getDict(), object, entity.getName(), result);
}
}
result = handlerValue(dataHandler, object, result, titleString);


読み込み中…
キャンセル
保存