Commit f3b56bf0 authored by fangxinjiang's avatar fangxinjiang

自动化办理审核 导出

parent c11475cf
......@@ -522,10 +522,10 @@ public class TDispatchInfoExportVo {
private Date firstPayTime;
/**
* 社保自动化标识 0 是 1 否
* 社保自动化标识 0 是 1 否 2 无
*/
@ExcelAttribute(name = "是否自动化审核",isNotEmpty = false)
@Schema(description = "是否自动化审核:0 是 1 否" )
@ExcelAttribute(name = "是否自动化审核",isNotEmpty = false,readConverterExp = "0=是,1=否,2=无")
@Schema(description = "是否自动化审核:0 是 1 否2 无" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value ="是否自动化审核")
private String autoFlag;
......
......@@ -284,8 +284,10 @@ public class TSocialDeadlineInfoServiceImpl extends ServiceImpl<TSocialDeadlineI
for (TSocialDeadlineInfo sd:baseLists){
save = new TSocialDeadlineInfo();
BeanUtil.copyProperties(sd,save);
save.setId(null);
initSocialEndDate(holidayMap, save);
initMedicalEndDate(holidayMap, save);
saveList.add(save);
}
if (Common.isNotNull(saveList)){
this.saveBatch(saveList);
......
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