|
@@ -569,7 +569,7 @@ public class AdmEquipmentController {
|
|
changeFlag=false;
|
|
changeFlag=false;
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
- } else if ("ENUM".equalsIgnoreCase(define.getDataType())) {
|
|
|
|
|
|
+ } else if ("ENUM".equalsIgnoreCase(define.getDataType()) || "MENUM".equalsIgnoreCase(define.getDataType())) {
|
|
if (CellType.NUMERIC.equals(tempCell.getCellTypeEnum())
|
|
if (CellType.NUMERIC.equals(tempCell.getCellTypeEnum())
|
|
&& StrUtil.isNotBlank(StrUtil.toString(CellUtil.getCellValue(tempCell,true)))) {
|
|
&& StrUtil.isNotBlank(StrUtil.toString(CellUtil.getCellValue(tempCell,true)))) {
|
|
tempCell.setCellType(CellType.STRING);
|
|
tempCell.setCellType(CellType.STRING);
|