[update] sheet2表名称修改成车型状态

This commit is contained in:
fengchenchen
2024-09-13 20:19:26 +08:00
parent 6df10430c0
commit d343300ae9
@@ -161,7 +161,7 @@ public class ProcessStandardComplianceCheckController extends JeroController<Pro
map.put(NormalExcelConstants.DATA_LIST,new ArrayList<>());
list.add(map);
Map<String, Object> map1 = new HashMap<>();
map1.put("title",new ExportParams(null, "字典"));
map1.put("title",new ExportParams(null, "车型状态"));
map1.put(CLASS, DictExcelVO.class);
List<DictModel> dictItems = sysBaseAPI.getDictItems("model_status");
ArrayList<DictExcelVO> dictExcelVOS = new ArrayList<>();