|
@@ -7,6 +7,7 @@ import cn.hutool.core.map.MapUtil;
|
|
|
import cn.hutool.core.util.IdUtil;
|
|
|
import cn.hutool.core.util.StrUtil;
|
|
|
import cn.hutool.json.JSONUtil;
|
|
|
+import cn.hutool.poi.excel.ExcelUtil;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
|
|
@@ -519,6 +520,7 @@ public class AdmEquipmentController {
|
|
|
}
|
|
|
ObjectInfoDefine define = funidList.get(0);
|
|
|
if ("STRING".equalsIgnoreCase(define.getDataType())) {
|
|
|
+ cell.setCellType(CellType.STRING);
|
|
|
tempMap.put(define.getCode(), cell.getStringCellValue().trim());
|
|
|
} else if ("INTEGER".equalsIgnoreCase(define.getDataType())) {
|
|
|
try {
|