Commit 543ffbe8 authored by huyuchen's avatar huyuchen

法大大代码提交

parent 4208c051
...@@ -404,5 +404,26 @@ public class EmployeeProjectExportVO{ ...@@ -404,5 +404,26 @@ public class EmployeeProjectExportVO{
@DateTimeFormat("yyyy-MM-dd") @DateTimeFormat("yyyy-MM-dd")
private LocalDateTime createTime; private LocalDateTime createTime;
/**
* 社保-省
*/
@ExcelAttribute(name ="社保所在省")
@ExcelProperty(value ="社保所在省")
private String socialProvince;
/**
* 社保-市
*/
@ExcelAttribute(name ="社保所在市")
@ExcelProperty(value ="社保所在市")
private String socialCity;
/**
* 社保-县
*/
@ExcelAttribute(name ="社保所在县")
@ExcelProperty(value ="社保所在县")
private String socialTown;
private List<String> idList; private List<String> idList;
} }
...@@ -181,8 +181,7 @@ public class TEmployeeProjectController { ...@@ -181,8 +181,7 @@ public class TEmployeeProjectController {
/** /**
* 减项 * 减项
* @param excelVOList * @param file
* @param bindingResult
* @Author huyc * @Author huyc
* @Date 2022-06-20 * @Date 2022-06-20
*/ */
......
...@@ -155,7 +155,7 @@ public class TElecEmployeeInfoServiceImpl extends ServiceImpl<TElecEmployeeInfoM ...@@ -155,7 +155,7 @@ public class TElecEmployeeInfoServiceImpl extends ServiceImpl<TElecEmployeeInfoM
}else { }else {
dictMap = dictR.getData(); dictMap = dictR.getData();
elecTypeMapData = dictMap.get("data"); elecTypeMapData = dictMap.get("data");
elecTypeMap = elecTypeMapData.get("elec_archives_type"); elecTypeMap = elecTypeMapData.get("literature_types");
} }
// 判断源文件是否存在 // 判断源文件是否存在
if (!srcFile.exists()) { if (!srcFile.exists()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment