Commit 87c22814 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.0' into MVP1.7.0

parents 81573340 142af468
...@@ -41,18 +41,10 @@ public class PreUploadEmpImportTwoVo implements Serializable { ...@@ -41,18 +41,10 @@ public class PreUploadEmpImportTwoVo implements Serializable {
private String empName; private String empName;
@ExcelAttribute(name = "身份证号", isNotEmpty = true, maxLength = 20) @ExcelAttribute(name = "身份证号", isNotEmpty = true, maxLength = 20)
private String empIdcard; private String empIdcard;
//@ExcelAttribute(name = "性别", maxLength = 32)
//private String empSex;
//@ExcelAttribute(name = "身份证期限", isDate = true)
//private String cardType;
@ExcelAttribute(name = "身份证开始日期", isDate = true) @ExcelAttribute(name = "身份证开始日期", isDate = true)
private String validityStart; private String validityStart;
@ExcelAttribute(name = "身份证截止日期", isDate = true, pattern = "validityStart") @ExcelAttribute(name = "身份证截止日期", isDate = true, pattern = "validityStart")
private String validityEnd; private String validityEnd;
//@ExcelAttribute(name = "出生日期", isDate = true)
//private String empBirthday;
//@ExcelAttribute(name = "年龄")
//private Integer empAge;
@ExcelAttribute(name = "婚姻状况", isDataId = true, dataType = ExcelAttributeConstants.EMP_MARRIED, maxLength = 32) @ExcelAttribute(name = "婚姻状况", isDataId = true, dataType = ExcelAttributeConstants.EMP_MARRIED, maxLength = 32)
private String empMarriStatus; private String empMarriStatus;
@ExcelAttribute(name = "民族", isDataId = true, dataType = ExcelAttributeConstants.EMP_NATIONAL, maxLength = 32) @ExcelAttribute(name = "民族", isDataId = true, dataType = ExcelAttributeConstants.EMP_NATIONAL, maxLength = 32)
...@@ -96,9 +88,9 @@ public class PreUploadEmpImportTwoVo implements Serializable { ...@@ -96,9 +88,9 @@ public class PreUploadEmpImportTwoVo implements Serializable {
private String isCollege; private String isCollege;
@ExcelAttribute(name = "最高学历", isDataId = true, dataType = ExcelAttributeConstants.EDUCATION, maxLength = 32) @ExcelAttribute(name = "最高学历", isDataId = true, dataType = ExcelAttributeConstants.EDUCATION, maxLength = 32)
private String educationName; private String educationName;
@ExcelAttribute(name = "学校", maxLength = 64) @ExcelAttribute(name = "学校", maxLength = 50)
private String school; private String school;
@ExcelAttribute(name = "专业", maxLength = 64) @ExcelAttribute(name = "专业", maxLength = 50)
private String major; private String major;
@ExcelAttribute(name = "入学时间", isDate = true) @ExcelAttribute(name = "入学时间", isDate = true)
private String entryDate; private String entryDate;
...@@ -126,7 +118,7 @@ public class PreUploadEmpImportTwoVo implements Serializable { ...@@ -126,7 +118,7 @@ public class PreUploadEmpImportTwoVo implements Serializable {
// 银行卡号 开户总行 开户省 开户市 开户支行 计税月份 // 银行卡号 开户总行 开户省 开户市 开户支行 计税月份
@ExcelAttribute(name = "银行卡号", maxLength = 50) @ExcelAttribute(name = "银行卡号", maxLength = 50)
private String bankNo; private String bankNo;
@ExcelAttribute(name = "开户总行", maxLength = 50) @ExcelAttribute(name = "开户总行", maxLength = 50)
private String bankName; private String bankName;
@ExcelAttribute(name = "开户省", isArea = true) @ExcelAttribute(name = "开户省", isArea = true)
private String bankProvince; private String bankProvince;
......
...@@ -42,18 +42,10 @@ public class PreUploadEmpImportVo implements Serializable { ...@@ -42,18 +42,10 @@ public class PreUploadEmpImportVo implements Serializable {
private String empName; private String empName;
@ExcelAttribute(name = "身份证号", isNotEmpty = true, maxLength = 20) @ExcelAttribute(name = "身份证号", isNotEmpty = true, maxLength = 20)
private String empIdcard; private String empIdcard;
//@ExcelAttribute(name = "性别", maxLength = 32)
//private String empSex;
//@ExcelAttribute(name = "身份证期限", isDate = true)
//private String cardType;
@ExcelAttribute(name = "身份证开始日期", isNotEmpty = true, isDate = true) @ExcelAttribute(name = "身份证开始日期", isNotEmpty = true, isDate = true)
private String validityStart; private String validityStart;
@ExcelAttribute(name = "身份证截止日期", isNotEmpty = true, isDate = true, pattern = "validityStart") @ExcelAttribute(name = "身份证截止日期", isNotEmpty = true, isDate = true, pattern = "validityStart")
private String validityEnd; private String validityEnd;
//@ExcelAttribute(name = "出生日期", isDate = true)
//private String empBirthday;
//@ExcelAttribute(name = "年龄")
//private Integer empAge;
@ExcelAttribute(name = "婚姻状况", isDataId = true, dataType = ExcelAttributeConstants.EMP_MARRIED, isNotEmpty = true, maxLength = 32) @ExcelAttribute(name = "婚姻状况", isDataId = true, dataType = ExcelAttributeConstants.EMP_MARRIED, isNotEmpty = true, maxLength = 32)
private String empMarriStatus; private String empMarriStatus;
@ExcelAttribute(name = "民族", isDataId = true, dataType = ExcelAttributeConstants.EMP_NATIONAL, isNotEmpty = true, maxLength = 32) @ExcelAttribute(name = "民族", isDataId = true, dataType = ExcelAttributeConstants.EMP_NATIONAL, isNotEmpty = true, maxLength = 32)
...@@ -101,7 +93,7 @@ public class PreUploadEmpImportVo implements Serializable { ...@@ -101,7 +93,7 @@ public class PreUploadEmpImportVo implements Serializable {
private String relationCity; private String relationCity;
@ExcelAttribute(name = "联系地址-区/县", isNotEmpty = true, isArea = true, parentField = "relationCity") @ExcelAttribute(name = "联系地址-区/县", isNotEmpty = true, isArea = true, parentField = "relationCity")
private String relationTown; private String relationTown;
@ExcelAttribute(name = "联系地址-详细地址", isNotEmpty = true, errorInfo = "联系地址-街道、详情不能为空", maxLength = 100) @ExcelAttribute(name = "联系地址-详细地址", isNotEmpty = true, errorInfo = "联系地址-街道、详情不能为空", maxLength = 200)
private String address; private String address;
@ExcelAttribute(name = "手机号码(紧急联系人)", isPhone = true, isNotEmpty = true, errorInfo = "手机号码(紧急联系人)不能为空", maxLength = 20) @ExcelAttribute(name = "手机号码(紧急联系人)", isPhone = true, isNotEmpty = true, errorInfo = "手机号码(紧急联系人)不能为空", maxLength = 20)
private String tel; private String tel;
...@@ -111,20 +103,14 @@ public class PreUploadEmpImportVo implements Serializable { ...@@ -111,20 +103,14 @@ public class PreUploadEmpImportVo implements Serializable {
// 学历 学校 专业 教育开始时间 教育结束时间 是否大专及以上 最高学历 // 学历 学校 专业 教育开始时间 教育结束时间 是否大专及以上 最高学历
@ExcelAttribute(name = "学历", isDataId = true, dataType = ExcelAttributeConstants.EDUCATION, isNotEmpty = true, maxLength = 32) @ExcelAttribute(name = "学历", isDataId = true, dataType = ExcelAttributeConstants.EDUCATION, isNotEmpty = true, maxLength = 32)
private String educationName; private String educationName;
@ExcelAttribute(name = "学校", maxLength = 64) @ExcelAttribute(name = "学校", maxLength = 50)
private String school; private String school;
@ExcelAttribute(name = "专业", maxLength = 64) @ExcelAttribute(name = "专业", maxLength = 50)
private String major; private String major;
@ExcelAttribute(name = "教育开始时间", isDate = true) @ExcelAttribute(name = "教育开始时间", isDate = true)
private String entryDate; private String entryDate;
@ExcelAttribute(name = "教育结束时间", isDate = true, pattern = "entryDate") @ExcelAttribute(name = "教育结束时间", isDate = true, pattern = "entryDate")
private String gradutionDate; private String gradutionDate;
// 非表头:是否大专及以上(0否1是)
//@ExcelAttribute(name = "是否大专及以上")
//private String isCollege;
// 非表头:最高学历标识0是/1否
//@ExcelAttribute(name = "最高学历", maxLength = 1)
//private String highIdentification;
// 是否为首份工作 工作单位 工作岗位 开始工作日期 结束工作日期 // 是否为首份工作 工作单位 工作岗位 开始工作日期 结束工作日期
// 预入职-员工工作履历信息表 // 预入职-员工工作履历信息表
...@@ -144,7 +130,7 @@ public class PreUploadEmpImportVo implements Serializable { ...@@ -144,7 +130,7 @@ public class PreUploadEmpImportVo implements Serializable {
// 成员姓名 与本人关系 手机号码(家庭成员) // 成员姓名 与本人关系 手机号码(家庭成员)
// 预入职-员工家庭信息表 // 预入职-员工家庭信息表
// private List<TPreEmpFamily> tpreEmpFamilyList // private List<TPreEmpFamily> tpreEmpFamilyList
@ExcelAttribute(name = "家庭成员成员姓名", maxLength = 32) @ExcelAttribute(name = "家庭成员成员姓名", maxLength = 20)
private String familyName; private String familyName;
@ExcelAttribute(name = "家庭成员与本人关系", isMark = true,isDataId = true,dataType = ExcelAttributeConstants.FAMILY_RELATION, maxLength = 32) @ExcelAttribute(name = "家庭成员与本人关系", isMark = true,isDataId = true,dataType = ExcelAttributeConstants.FAMILY_RELATION, maxLength = 32)
private String relationshipSelf; private String relationshipSelf;
...@@ -171,19 +157,19 @@ public class PreUploadEmpImportVo implements Serializable { ...@@ -171,19 +157,19 @@ public class PreUploadEmpImportVo implements Serializable {
// 是否职业病 0是/1否 // 是否职业病 0是/1否
@ExcelAttribute(name = "是否有职业病", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1) @ExcelAttribute(name = "是否有职业病", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1)
private String occupationalDiseaseFlag; private String occupationalDiseaseFlag;
@ExcelAttribute(name = "职业病名称") @ExcelAttribute(name = "职业病名称", maxLength = 50)
private String occupationalDisease; private String occupationalDisease;
// 是否传染病病 0是/1否 // 是否传染病病 0是/1否
@ExcelAttribute(name = "是否有传染性疾病", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1) @ExcelAttribute(name = "是否有传染性疾病", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1)
private String infectiousDiseaseFlag; private String infectiousDiseaseFlag;
@ExcelAttribute(name = "传染病名称") @ExcelAttribute(name = "传染病名称", maxLength = 50)
private String infectiousName; private String infectiousName;
// 是否持有残疾人证明 0是/1否 // 是否持有残疾人证明 0是/1否
@ExcelAttribute(name = "是否被劳动能力鉴定委员会鉴定为具有伤残等级", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1) @ExcelAttribute(name = "是否被劳动能力鉴定委员会鉴定为具有伤残等级", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1)
private String disabilityFlag; private String disabilityFlag;
@ExcelAttribute(name = "伤残病名称") @ExcelAttribute(name = "伤残病名称", maxLength = 50)
private String disabilityName; private String disabilityName;
@ExcelAttribute(name = "伤残等级",isDataId = true, dataType = ExcelAttributeConstants.DISABILITY_GRADE) @ExcelAttribute(name = "伤残等级",isDataId = true, dataType = ExcelAttributeConstants.DISABILITY_GRADE, maxLength = 32)
private String disabilityLevel; private String disabilityLevel;
// 是否从事过井下、高空、高温、特别繁重体力劳动以及有毒有害工种 0是/1否 // 是否从事过井下、高空、高温、特别繁重体力劳动以及有毒有害工种 0是/1否
@ExcelAttribute(name = "是否从事过井下、高空、高温、特别繁重体力劳动以及有毒有害工种", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1) @ExcelAttribute(name = "是否从事过井下、高空、高温、特别繁重体力劳动以及有毒有害工种", isDataId = true, readConverterExp = "0=是,1=否", isNotEmpty = true, maxLength = 1)
...@@ -294,9 +280,6 @@ public class PreUploadEmpImportVo implements Serializable { ...@@ -294,9 +280,6 @@ public class PreUploadEmpImportVo implements Serializable {
private Date validityEndValue; private Date validityEndValue;
// 字典值结束 // 字典值结束
// 附属信息
// List<PreUploadEmpImportVo> otherList = new ArrayList<>()
// 是否主信息,未false,则仅更新附属信息 // 是否主信息,未false,则仅更新附属信息
@TableField(exist = false) @TableField(exist = false)
private Boolean isMain; private Boolean isMain;
......
...@@ -93,13 +93,13 @@ public interface TCompleteMonitorMapper extends BaseMapper<TCompleteMonitor> { ...@@ -93,13 +93,13 @@ public interface TCompleteMonitorMapper extends BaseMapper<TCompleteMonitor> {
int getTEmpMainAllCount(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); int getTEmpMainAllCount(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor);
// 导出详情使用 hgw 2024-6-26 11:05:41 // 导出详情使用 hgw 2024-6-26 11:05:41
List<TMainExportAllVO> getTEmpMainAllList(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllList(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor);
List<TMainExportAllVO> getTEmpMainAllListByContract(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllListByContract(@Param("empIdList") List<String> empIdList);
List<TMainExportAllVO> getTEmpMainAllListByEducation(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllListByEducation(@Param("empIdList") List<String> empIdList);
List<TMainExportAllVO> getTEmpMainAllListByBad(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllListByBad(@Param("empIdList") List<String> empIdList);
List<TMainExportAllVO> getTEmpMainAllListByDisability(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllListByDisability(@Param("empIdList") List<String> empIdList);
List<TMainExportAllVO> getTEmpMainAllListByWork(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllListByWork(@Param("empIdList") List<String> empIdList);
List<TMainExportAllVO> getTEmpMainAllListByFamily(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllListByFamily(@Param("empIdList") List<String> empIdList);
List<TMainExportAllVO> getTEmpMainAllListByProfessional(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); List<TMainExportAllVO> getTEmpMainAllListByProfessional(@Param("empIdList") List<String> empIdList);
// 导出详情使用 hgw 2024-6-26 11:05:41 // 导出详情使用 hgw 2024-6-26 11:05:41
int getTEmpMainAllCountOneWork(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor); int getTEmpMainAllCountOneWork(@Param("tCompleteMonitor") TCompleteMonitor tCompleteMonitor);
......
...@@ -52,9 +52,9 @@ public interface TPreEmpMainMapper extends BaseMapper<TPreEmpMain> { ...@@ -52,9 +52,9 @@ public interface TPreEmpMainMapper extends BaseMapper<TPreEmpMain> {
int getTPreEmpMainAllCount(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain); int getTPreEmpMainAllCount(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain);
List<TPreMainExportAllVO> getTPreEmpMainAllList(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain); List<TPreMainExportAllVO> getTPreEmpMainAllList(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain);
List<TPreMainExportAllVO> getTPreEmpMainAllListByWork(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain); List<TPreMainExportAllVO> getTPreEmpMainAllListByWork(@Param("preMainIdList") List<String> preMainIdList);
List<TPreMainExportAllVO> getTPreEmpMainAllListByFamily(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain); List<TPreMainExportAllVO> getTPreEmpMainAllListByFamily(@Param("preMainIdList") List<String> preMainIdList);
List<TPreMainExportAllVO> getTPreEmpMainAllListByProfessional(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain); List<TPreMainExportAllVO> getTPreEmpMainAllListByProfessional(@Param("preMainIdList") List<String> preMainIdList);
// 导出详情使用 hgw 2024-6-26 11:05:41 // 导出详情使用 hgw 2024-6-26 11:05:41
int getTEmpMainAllCountOneWork(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain); int getTEmpMainAllCountOneWork(@Param("tPreEmpMain") TPreEmpMain tPreEmpMain);
......
...@@ -8,6 +8,7 @@ import com.alibaba.excel.write.metadata.WriteSheet; ...@@ -8,6 +8,7 @@ import com.alibaba.excel.write.metadata.WriteSheet;
import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.yifu.cloud.plus.v1.yifu.admin.api.vo.AreaMap;
import com.yifu.cloud.plus.v1.yifu.archives.entity.*; import com.yifu.cloud.plus.v1.yifu.archives.entity.*;
import com.yifu.cloud.plus.v1.yifu.archives.mapper.TArchivesExportLimitMapper; import com.yifu.cloud.plus.v1.yifu.archives.mapper.TArchivesExportLimitMapper;
import com.yifu.cloud.plus.v1.yifu.archives.mapper.TCompleteMonitorMapper; import com.yifu.cloud.plus.v1.yifu.archives.mapper.TCompleteMonitorMapper;
...@@ -15,14 +16,19 @@ import com.yifu.cloud.plus.v1.yifu.archives.mapper.TEmployeeProjectMapper; ...@@ -15,14 +16,19 @@ import com.yifu.cloud.plus.v1.yifu.archives.mapper.TEmployeeProjectMapper;
import com.yifu.cloud.plus.v1.yifu.archives.service.*; import com.yifu.cloud.plus.v1.yifu.archives.service.*;
import com.yifu.cloud.plus.v1.yifu.archives.utils.ExcelStyle; import com.yifu.cloud.plus.v1.yifu.archives.utils.ExcelStyle;
import com.yifu.cloud.plus.v1.yifu.archives.vo.*; import com.yifu.cloud.plus.v1.yifu.archives.vo.*;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.CacheConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants; import com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute; import com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.SecurityConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.util.*; import com.yifu.cloud.plus.v1.yifu.common.core.util.*;
import com.yifu.cloud.plus.v1.yifu.common.core.vo.YifuUser; import com.yifu.cloud.plus.v1.yifu.common.core.vo.YifuUser;
import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprUpmsProperties;
import com.yifu.cloud.plus.v1.yifu.common.dapr.util.HttpDaprUtil;
import com.yifu.cloud.plus.v1.yifu.common.security.util.SecurityUtils; import com.yifu.cloud.plus.v1.yifu.common.security.util.SecurityUtils;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2; import lombok.extern.log4j.Log4j2;
import org.apache.commons.compress.utils.Lists; import org.apache.commons.compress.utils.Lists;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.servlet.ServletOutputStream; import javax.servlet.ServletOutputStream;
...@@ -43,9 +49,11 @@ import java.util.*; ...@@ -43,9 +49,11 @@ import java.util.*;
@Log4j2 @Log4j2
@Service @Service
@RequiredArgsConstructor @RequiredArgsConstructor
@EnableConfigurationProperties({DaprUpmsProperties.class})
public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMapper, TCompleteMonitor> implements TCompleteMonitorService { public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMapper, TCompleteMonitor> implements TCompleteMonitorService {
private final TEmployeeProjectMapper projectMapper; private final TEmployeeProjectMapper projectMapper;
private final DaprUpmsProperties daprUpmsProperties;
// 档案相关服务: // 档案相关服务:
// 员工不良记录表 // 员工不良记录表
...@@ -276,9 +284,12 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap ...@@ -276,9 +284,12 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
exportLimit.setType(CommonConstants.TWO_INT); exportLimit.setType(CommonConstants.TWO_INT);
List<TArchivesExportLimit> limitList = tArchivesExportLimitMapper.getLimitList(exportLimit); List<TArchivesExportLimit> limitList = tArchivesExportLimitMapper.getLimitList(exportLimit);
boolean myExport = false; boolean myExport = false;
for (TArchivesExportLimit limit1 : limitList) { if (limitList != null) {
if (limit1.getCreateBy().equals(user.getId())) { for (TArchivesExportLimit limit1 : limitList) {
myExport = true; if (limit1.getCreateBy().equals(user.getId())) {
myExport = true;
break;
}
} }
} }
String name = "档案完整度监控详情"; String name = "档案完整度监控详情";
...@@ -293,9 +304,10 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap ...@@ -293,9 +304,10 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
response.setCharacterEncoding("utf-8"); response.setCharacterEncoding("utf-8");
response.setHeader(CommonConstants.CONTENT_DISPOSITION, CommonConstants.ATTACHMENT_FILENAME + URLEncoder.encode(fileName, CommonConstants.UTF8)); response.setHeader(CommonConstants.CONTENT_DISPOSITION, CommonConstants.ATTACHMENT_FILENAME + URLEncoder.encode(fileName, CommonConstants.UTF8));
ExcelWriter excelWriter = null; ExcelWriter excelWriter = null;
if (count > CommonConstants.EXCEL_EXPORT_LIMIT) { if (count > 200000) {
//if (count > CommonConstants.EXCEL_EXPORT_LIMIT)
List<List<String>> strList = new ArrayList<>(); List<List<String>> strList = new ArrayList<>();
strList.add(this.getNewArrayList(new String[]{"数据超过6万条,请联系管理员后端导出!"})); strList.add(this.getNewArrayList(new String[]{"数据超过20万条,请联系管理员后端导出!"}));
List<List<String>> headList = Lists.newArrayList(); List<List<String>> headList = Lists.newArrayList();
headList.add(this.getNewArrayList(new String[]{"提示"})); headList.add(this.getNewArrayList(new String[]{"提示"}));
EasyExcelFactory.write(out).head(headList).sheet("数据超限").doWrite(strList); EasyExcelFactory.write(out).head(headList).sheet("数据超限").doWrite(strList);
...@@ -396,11 +408,28 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap ...@@ -396,11 +408,28 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
oneTitle = "不良记录"; oneTitle = "不良记录";
headList.add(this.getNewArrayList(new String[]{oneTitle, "不良记录描述"})); headList.add(this.getNewArrayList(new String[]{oneTitle, "不良记录描述"}));
excelWriter = EasyExcelFactory.write(out).registerWriteHandler(ExcelStyle.getNormalStype()).head(headList).build(); Set<String> titleContent = getExportFieldNameDetailByClass(TMainExportAllVO.class);
//ExcelUtil<TMainExportAllVO> util = new ExcelUtil<>(TMainExportAllVO.class)
// 获取所有字典type
Map<String,String> nameAndDicTypeMap = getConverterDicTypeAndArea(TMainExportAllVO.class);
// 获取所有字典对应的值
Map<String,String> redisLabelMap = (Map<String, String>) RedisUtil.redis.opsForValue().get(CacheConstants.REDIS_DICT_LABLE);
Map<String,String> idLabelMap = (Map<String, String>) RedisUtil.redis.opsForValue().get(CacheConstants.AREA_VALUE_ALL);
if (Common.isEmpty(idLabelMap) || idLabelMap.isEmpty()) {
R<AreaMap> areaListR = HttpDaprUtil.invokeMethodPost(daprUpmsProperties.getAppUrl(), daprUpmsProperties.getAppId(), "/area/inner/getAreaMapAll", "", AreaMap.class, SecurityConstants.FROM_IN);
if (Common.isNotNull(areaListR)) {
idLabelMap = areaListR.getData().getIdLabelMap();
}
}
if (redisLabelMap != null && idLabelMap != null) {
redisLabelMap.putAll(idLabelMap);
}
excelWriter = EasyExcelFactory.write(out).registerWriteHandler(ExcelStyle.getNormalStype())
.registerConverter(new DictConverter(nameAndDicTypeMap, redisLabelMap))
.includeColumnFieldNames(titleContent).head(headList).build();
int index = 1; int index = 1;
if (count > CommonConstants.ZERO_INT) { if (count > CommonConstants.ZERO_INT) {
ExcelUtil<TMainExportAllVO> util = new ExcelUtil<>(TMainExportAllVO.class);
int limitNum = 10000; int limitNum = 10000;
ExcelWriterSheetBuilder writeSheet; ExcelWriterSheetBuilder writeSheet;
List<TMainExportAllVO> listWork; List<TMainExportAllVO> listWork;
...@@ -418,62 +447,68 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap ...@@ -418,62 +447,68 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
List<TMainExportAllVO> listProfessional; List<TMainExportAllVO> listProfessional;
Map<String, TMainExportAllVO> mapProfessional; Map<String, TMainExportAllVO> mapProfessional;
TMainExportAllVO temp; TMainExportAllVO temp;
Set<String> titleContent = getExportFieldNameDetailByClass(TMainExportAllVO.class);
for (int i = 0; i <= count; i += CommonConstants.EXCEL_EXPORT_LIMIT) { List<String> empIdList;
for (int i = 0; i <= count; i += limitNum) {
System.out.println("进度:"+i+"/"+count);
empIdList = new ArrayList<>();
// 获取实际记录 // 获取实际记录
searchVo.setLimitStart(i); searchVo.setLimitStart(i);
searchVo.setLimitEnd(CommonConstants.EXCEL_EXPORT_LIMIT); searchVo.setLimitEnd(limitNum);
list = baseMapper.getTEmpMainAllList(searchVo); list = baseMapper.getTEmpMainAllList(searchVo);
listContract = baseMapper.getTEmpMainAllListByContract(searchVo); if (list != null && !list.isEmpty()) {
listEducation = baseMapper.getTEmpMainAllListByEducation(searchVo); for (TMainExportAllVO vo : list) {
listBad = baseMapper.getTEmpMainAllListByBad(searchVo); empIdList.add(vo.getMainId());
listDisability = baseMapper.getTEmpMainAllListByDisability(searchVo);
listWork = baseMapper.getTEmpMainAllListByWork(searchVo);
listFamily = baseMapper.getTEmpMainAllListByFamily(searchVo);
listProfessional = baseMapper.getTEmpMainAllListByProfessional(searchVo);
mapContract = new HashMap<>();
mapEducation = new HashMap<>();
mapBad = new HashMap<>();
mapDisability = new HashMap<>();
mapWork = new HashMap<>();
mapFamily = new HashMap<>();
mapProfessional = new HashMap<>();
if (listContract != null && !listContract.isEmpty()) {
for (TMainExportAllVO vo : listContract) {
mapContract.putIfAbsent(vo.getMainId(), vo);
} }
} listContract = baseMapper.getTEmpMainAllListByContract(empIdList);
if (listEducation != null && !listEducation.isEmpty()) { listEducation = baseMapper.getTEmpMainAllListByEducation(empIdList);
for (TMainExportAllVO vo : listEducation) { listBad = baseMapper.getTEmpMainAllListByBad(empIdList);
mapEducation.putIfAbsent(vo.getMainId(), vo); listDisability = baseMapper.getTEmpMainAllListByDisability(empIdList);
listWork = baseMapper.getTEmpMainAllListByWork(empIdList);
listFamily = baseMapper.getTEmpMainAllListByFamily(empIdList);
listProfessional = baseMapper.getTEmpMainAllListByProfessional(empIdList);
mapContract = new HashMap<>();
mapEducation = new HashMap<>();
mapBad = new HashMap<>();
mapDisability = new HashMap<>();
mapWork = new HashMap<>();
mapFamily = new HashMap<>();
mapProfessional = new HashMap<>();
if (listContract != null && !listContract.isEmpty()) {
for (TMainExportAllVO vo : listContract) {
mapContract.putIfAbsent(vo.getMainId(), vo);
}
} }
} if (listEducation != null && !listEducation.isEmpty()) {
if (listBad != null && !listBad.isEmpty()) { for (TMainExportAllVO vo : listEducation) {
for (TMainExportAllVO vo : listBad) { mapEducation.putIfAbsent(vo.getMainId(), vo);
mapEducation.putIfAbsent(vo.getMainId(), vo); }
} }
} if (listBad != null && !listBad.isEmpty()) {
if (listDisability != null && !listDisability.isEmpty()) { for (TMainExportAllVO vo : listBad) {
for (TMainExportAllVO vo : listDisability) { mapEducation.putIfAbsent(vo.getMainId(), vo);
mapDisability.putIfAbsent(vo.getMainId(), vo); }
} }
} if (listDisability != null && !listDisability.isEmpty()) {
if (listWork != null && !listWork.isEmpty()) { for (TMainExportAllVO vo : listDisability) {
for (TMainExportAllVO vo : listWork) { mapDisability.putIfAbsent(vo.getMainId(), vo);
mapWork.putIfAbsent(vo.getMainId(), vo); }
} }
} if (listWork != null && !listWork.isEmpty()) {
if (listFamily != null && !listFamily.isEmpty()) { for (TMainExportAllVO vo : listWork) {
for (TMainExportAllVO vo : listFamily) { mapWork.putIfAbsent(vo.getMainId(), vo);
mapFamily.putIfAbsent(vo.getMainId(), vo); }
} }
} if (listFamily != null && !listFamily.isEmpty()) {
if (listProfessional != null && !listProfessional.isEmpty()) { for (TMainExportAllVO vo : listFamily) {
for (TMainExportAllVO vo : listProfessional) { mapFamily.putIfAbsent(vo.getMainId(), vo);
mapProfessional.putIfAbsent(vo.getMainId(), vo); }
}
if (listProfessional != null && !listProfessional.isEmpty()) {
for (TMainExportAllVO vo : listProfessional) {
mapProfessional.putIfAbsent(vo.getMainId(), vo);
}
} }
}
if (Common.isNotNull(list)) {
for (TMainExportAllVO vo : list) { for (TMainExportAllVO vo : list) {
temp = mapContract.get(vo.getMainId()); temp = mapContract.get(vo.getMainId());
if (temp != null) { if (temp != null) {
...@@ -525,9 +560,8 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap ...@@ -525,9 +560,8 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
vo.setField52(temp.getField52()); vo.setField52(temp.getField52());
vo.setField53(temp.getField53()); vo.setField53(temp.getField53());
} }
util.convertEntity(vo, null, null, null);
} }
writeSheet = EasyExcelFactory.writerSheet(name + index).includeColumnFieldNames(titleContent); writeSheet = EasyExcelFactory.writerSheet(name + index);
excelWriter.write(list, writeSheet.build()); excelWriter.write(list, writeSheet.build());
index++; index++;
} }
...@@ -617,6 +651,33 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap ...@@ -617,6 +651,33 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
} }
} }
private Map<String,String> getConverterDicTypeAndArea(Class<?> clazz) {
// 得到所有定义字段
Field[] allFields = clazz.getDeclaredFields();
Map<String,String> nameDicMap = new HashMap<>();
List<Field> fields = new ArrayList<>();
// 将需要字典表头存起来备用,如果没传,则全部翻译
for (Field field : allFields) {
if (field.isAnnotationPresent(ExcelAttribute.class)) {
fields.add(field);
}
}
ExcelAttribute attr;
Field field;
for (int j = 0; j < fields.size(); j++) {
field = fields.get(j);
attr = field.getAnnotation(ExcelAttribute.class);
if (Common.isNotNull(field) && Common.isNotNull(attr)){
if (Common.isNotNull(attr.dataType())) {
nameDicMap.put(field.getName(), attr.dataType());
} else if (Common.isNotNull(attr.isArea())) {
nameDicMap.put(field.getName(), CacheConstants.AREA_VALUE_ALL);
}
}
}
return nameDicMap;
}
/** /**
* @Description: 详情 * @Description: 详情
* @Author: huyc * @Author: huyc
......
...@@ -3220,7 +3220,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3220,7 +3220,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
errorTitle.append("联系地址省市县需要成对出现;"); errorTitle.append("联系地址省市县需要成对出现;");
} }
if (pairsKai.size() == 1) { if (pairsKai.size() == 1) {
errorTitle.append("开户省市需要成对出现;"); errorTitle.append("开户省市需要成对出现;");
} }
if (errorTitle.length() > 0) { if (errorTitle.length() > 0) {
return R.failed("表头错误:" + errorTitle + " 请检查调整后再次导入"); return R.failed("表头错误:" + errorTitle + " 请检查调整后再次导入");
...@@ -3296,9 +3296,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3296,9 +3296,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
// 不存在档案,则仅返回这个信息 // 不存在档案,则仅返回这个信息
String errorCur; String errorCur;
// 已存在的主档案Map // 已存在的主档案Map
Map<String, String> empMap = new HashMap<>(); //Map<String, String> empMap = new HashMap<>();
// 已存在的主档案 // 已存在的主档案
String curVo; //String curVo
// 档案map // 档案map
Map<String, TEmployeeInfo> existEmpMap = this.getMapByDeptId(paramVo.getDeptId()); Map<String, TEmployeeInfo> existEmpMap = this.getMapByDeptId(paramVo.getDeptId());
Map<String, TEmpContactInfo> existContactMap = this.getTEmpContactInfoMapByDeptId(paramVo.getDeptId()); Map<String, TEmpContactInfo> existContactMap = this.getTEmpContactInfoMapByDeptId(paramVo.getDeptId());
...@@ -3315,7 +3315,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3315,7 +3315,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
String errorCurInfoStatus = "该人员档案状态未在档,请核实"; String errorCurInfoStatus = "该人员档案状态未在档,请核实";
int lineNum = 2; int lineNum = 2;
for (Map<String, String> rowMap : vo.getContentList()) { for (Map<String, String> rowMap : vo.getContentList()) {
curVo = null; // curVo = null
errorMust = new StringBuilder(); errorMust = new StringBuilder();
errorFormat = new StringBuilder(); errorFormat = new StringBuilder();
errorCheck = new StringBuilder(); errorCheck = new StringBuilder();
...@@ -3332,8 +3332,6 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3332,8 +3332,6 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
if (idNumber.equals(shuName)) { if (idNumber.equals(shuName)) {
if (Common.isEmpty(shuValue)) { if (Common.isEmpty(shuValue)) {
errorMust.append("身份证号;"); errorMust.append("身份证号;");
} else {
curVo = empMap.get(shuValue);
} }
} }
if (phoneTitleMap.get(shuName) != null && Common.isNotNull(shuValue)) { if (phoneTitleMap.get(shuName) != null && Common.isNotNull(shuValue)) {
...@@ -3342,18 +3340,18 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3342,18 +3340,18 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
field = fieldsMap.get(shuName); field = fieldsMap.get(shuName);
if (field != null) { if (field != null) {
attr = field.getAnnotation(ExcelAttribute.class); attr = field.getAnnotation(ExcelAttribute.class);
if (curVo == null) { //if (curVo == null) {
// 必填 // 必填
if (attr.isNotEmpty() && Common.isEmpty(shuValue)) { if (attr.isNotEmpty() && Common.isEmpty(shuValue)) {
errorMust.append(attr.name()).append(";"); errorMust.append(attr.name()).append(";");
} }
} //}
if (Common.isNotNull(shuValue)) { if (Common.isNotNull(shuValue)) {
shuValue = shuValue.trim(); shuValue = shuValue.trim();
//校验字段是否符合要求 返回错误信息 //校验字段是否符合要求 返回错误信息
dictValue = DiyExcelImportUtil.validateUtil(shuValue, attr, errorFormat, dictMap, parentAreaMap, shuName, false, startDateMap); dictValue = DiyExcelImportUtil.validateUtil(shuValue, attr, errorFormat, dictMap, parentAreaMap, shuName, false, startDateMap);
//校验字段是否符合要求2 开户行 //校验字段是否符合要求2 开户行
if (curVo == null && "bankName".equals(shuName) && bankMap.get(shuValue) == null) { if ("bankName".equals(shuName) && bankMap.get(shuValue) == null) {
errorFormat.append(attr.name()).append("_不符合财务要求,请查薪资配置;"); errorFormat.append(attr.name()).append("_不符合财务要求,请查薪资配置;");
} }
fieldType = field.getType(); fieldType = field.getType();
...@@ -3419,7 +3417,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3419,7 +3417,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
if (Common.isNotNull(detail.getRelationProvince()) && (Common.isEmpty(detail.getRelationCity()) || Common.isEmpty(detail.getRelationTown()))) { if (Common.isNotNull(detail.getRelationProvince()) && (Common.isEmpty(detail.getRelationCity()) || Common.isEmpty(detail.getRelationTown()))) {
errorMust.append("联系地址-省、市、区/县联动必填;"); errorMust.append("联系地址-省、市、区/县联动必填;");
} }
if (Common.isNotNull(detail.getFileProvince()) && Common.isEmpty(detail.getFileCity())) { if (Common.isNotNull(detail.getBankProvince()) && Common.isEmpty(detail.getBankCity())) {
errorMust.append("开户省、市联动必填;"); errorMust.append("开户省、市联动必填;");
} }
// 手机号码 // 手机号码
...@@ -3439,7 +3437,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3439,7 +3437,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
if (Common.isNotNull(errorCur)) { if (Common.isNotNull(errorCur)) {
detail.setErrorInfo(errorCur); detail.setErrorInfo(errorCur);
empMap.put(detail.getEmpIdcard(), CommonConstants.ZERO_STRING); //empMap.put(detail.getEmpIdcard(), CommonConstants.ZERO_STRING)
} else { } else {
StringBuilder errorInfo = new StringBuilder(); StringBuilder errorInfo = new StringBuilder();
if (errorCheck.length() > 0) { if (errorCheck.length() > 0) {
...@@ -3452,7 +3450,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3452,7 +3450,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
errorInfo.append("格式不正确:").append(errorFormat); errorInfo.append("格式不正确:").append(errorFormat);
} }
detail.setErrorInfo(errorInfo.toString()); detail.setErrorInfo(errorInfo.toString());
empMap.put(detail.getEmpIdcard(), CommonConstants.ZERO_STRING); //empMap.put(detail.getEmpIdcard(), CommonConstants.ZERO_STRING)
} }
} else { } else {
detail.setErrorInfo("身份证号不存在!"); detail.setErrorInfo("身份证号不存在!");
...@@ -3505,7 +3503,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3505,7 +3503,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
if (Common.isNotNull(info.getBankNo())) { if (Common.isNotNull(info.getBankNo())) {
resultB = bankNoMap.get(info.getBankNo()); resultB = bankNoMap.get(info.getBankNo());
if (resultB != null) { if (resultB != null) {
if (!resultB) { if (Boolean.FALSE.equals(resultB)) {
errorCheck.append("姓名&银行卡号不一致;"); errorCheck.append("姓名&银行卡号不一致;");
} }
} else { } else {
...@@ -3519,7 +3517,14 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3519,7 +3517,14 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
} }
// 手机号码(紧急联系人) // 手机号码(紧急联系人)
if (Common.isNotNull(info.getTel())) { if (Common.isNotNull(info.getTel())) {
checkPhoneInfo(errorCheck, existPhoneMap, phoneMap, info, info.getTel(), "手机号码(紧急联系人)"); resultB = phoneMap.get(info.getTel());
if (resultB != null) {
if (Boolean.FALSE.equals(resultB)) {
errorCheck.append("手机号码(紧急联系人)").append("校验不通过;");
}
} else {
errorCheck.append("手机号码(紧急联系人)").append("未校验;");
}
} }
if (errorCheck.length() > 0) { if (errorCheck.length() > 0) {
info.setErrorInfo(info.getErrorInfo() + "校验未通过:" + errorCheck); info.setErrorInfo(info.getErrorInfo() + "校验未通过:" + errorCheck);
...@@ -3766,7 +3771,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -3766,7 +3771,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
} else { } else {
resultB = phoneMap.get(phone); resultB = phoneMap.get(phone);
if (resultB != null) { if (resultB != null) {
if (!resultB) { if (Boolean.FALSE.equals(resultB)) {
errorCheck.append(phoneName).append("校验不通过;"); errorCheck.append(phoneName).append("校验不通过;");
} }
} else { } else {
......
...@@ -18,7 +18,6 @@ package com.yifu.cloud.plus.v1.yifu.archives.service.impl; ...@@ -18,7 +18,6 @@ package com.yifu.cloud.plus.v1.yifu.archives.service.impl;
import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.util.ArrayUtil; import cn.hutool.core.util.ArrayUtil;
import com.alibaba.excel.EasyExcel;
import com.alibaba.excel.EasyExcelFactory; import com.alibaba.excel.EasyExcelFactory;
import com.alibaba.excel.ExcelWriter; import com.alibaba.excel.ExcelWriter;
import com.alibaba.excel.context.AnalysisContext; import com.alibaba.excel.context.AnalysisContext;
...@@ -32,18 +31,20 @@ import com.baomidou.mybatisplus.core.metadata.IPage; ...@@ -32,18 +31,20 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.toolkit.Wrappers; import com.baomidou.mybatisplus.core.toolkit.Wrappers;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.monitorjbl.xlsx.StreamingReader;
import com.yifu.cloud.plus.v1.check.entity.TCheckBankNo; import com.yifu.cloud.plus.v1.check.entity.TCheckBankNo;
import com.yifu.cloud.plus.v1.check.entity.TCheckIdCard; import com.yifu.cloud.plus.v1.check.entity.TCheckIdCard;
import com.yifu.cloud.plus.v1.check.vo.CheckBatchVo; import com.yifu.cloud.plus.v1.check.vo.CheckBatchVo;
import com.yifu.cloud.plus.v1.yifu.admin.api.vo.AreaMap;
import com.yifu.cloud.plus.v1.yifu.archives.entity.*; import com.yifu.cloud.plus.v1.yifu.archives.entity.*;
import com.yifu.cloud.plus.v1.yifu.archives.mapper.TArchivesExportLimitMapper; import com.yifu.cloud.plus.v1.yifu.archives.mapper.TArchivesExportLimitMapper;
import com.yifu.cloud.plus.v1.yifu.archives.mapper.TPreEmpMainMapper; import com.yifu.cloud.plus.v1.yifu.archives.mapper.TPreEmpMainMapper;
import com.yifu.cloud.plus.v1.yifu.archives.service.*; import com.yifu.cloud.plus.v1.yifu.archives.service.*;
import com.yifu.cloud.plus.v1.yifu.archives.utils.ExcelStyle; import com.yifu.cloud.plus.v1.yifu.archives.utils.ExcelStyle;
import com.yifu.cloud.plus.v1.yifu.archives.vo.*; import com.yifu.cloud.plus.v1.yifu.archives.vo.*;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.*; import com.yifu.cloud.plus.v1.yifu.common.core.constant.CacheConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.util.DateUtil; import com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.SecurityConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.util.*; import com.yifu.cloud.plus.v1.yifu.common.core.util.*;
import com.yifu.cloud.plus.v1.yifu.common.core.util.alisms.AliSmsResult; import com.yifu.cloud.plus.v1.yifu.common.core.util.alisms.AliSmsResult;
import com.yifu.cloud.plus.v1.yifu.common.core.util.alisms.SmsUtil; import com.yifu.cloud.plus.v1.yifu.common.core.util.alisms.SmsUtil;
...@@ -52,18 +53,16 @@ import com.yifu.cloud.plus.v1.yifu.common.core.vo.ExcelSheetVo; ...@@ -52,18 +53,16 @@ import com.yifu.cloud.plus.v1.yifu.common.core.vo.ExcelSheetVo;
import com.yifu.cloud.plus.v1.yifu.common.core.vo.YifuUser; import com.yifu.cloud.plus.v1.yifu.common.core.vo.YifuUser;
import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprCheckProperties; import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprCheckProperties;
import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprSalaryProperties; import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprSalaryProperties;
import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprUpmsProperties;
import com.yifu.cloud.plus.v1.yifu.common.dapr.util.HttpDaprUtil; import com.yifu.cloud.plus.v1.yifu.common.dapr.util.HttpDaprUtil;
import com.yifu.cloud.plus.v1.yifu.common.mybatis.base.BaseEntity; import com.yifu.cloud.plus.v1.yifu.common.mybatis.base.BaseEntity;
import com.yifu.cloud.plus.v1.yifu.common.security.util.SecurityUtils; import com.yifu.cloud.plus.v1.yifu.common.security.util.SecurityUtils;
import com.yifu.cloud.plus.v1.yifu.salary.entity.TSalaryEmployee; import com.yifu.cloud.plus.v1.yifu.salary.entity.TSalaryEmployee;
import com.yifu.cloud.plus.v1.yifu.salary.vo.ListStringVo; import com.yifu.cloud.plus.v1.yifu.salary.vo.ListStringVo;
import com.yifu.cloud.plus.v1.yifu.salary.vo.TBankNameMapVo; import com.yifu.cloud.plus.v1.yifu.salary.vo.TBankNameMapVo;
import com.yifu.cloud.plus.v1.yifu.social.vo.TPaymentInfoImportLogVo;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import lombok.extern.log4j.Log4j2; import lombok.extern.log4j.Log4j2;
import org.apache.commons.compress.utils.Lists; import org.apache.commons.compress.utils.Lists;
import org.apache.poi.hssf.usermodel.HSSFDateUtil;
import org.apache.poi.ss.usermodel.*;
import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.AuthorityUtils; import org.springframework.security.core.authority.AuthorityUtils;
...@@ -78,11 +77,8 @@ import java.io.InputStream; ...@@ -78,11 +77,8 @@ import java.io.InputStream;
import java.lang.reflect.Field; import java.lang.reflect.Field;
import java.net.URL; import java.net.URL;
import java.net.URLEncoder; import java.net.URLEncoder;
import java.text.DecimalFormat;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.util.*; import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/** /**
* 预入职-主表 * 预入职-主表
...@@ -93,7 +89,7 @@ import java.util.regex.Pattern; ...@@ -93,7 +89,7 @@ import java.util.regex.Pattern;
@Log4j2 @Log4j2
@AllArgsConstructor @AllArgsConstructor
@Service @Service
@EnableConfigurationProperties({DaprSalaryProperties.class, DaprCheckProperties.class}) @EnableConfigurationProperties({DaprSalaryProperties.class, DaprCheckProperties.class, DaprUpmsProperties.class})
public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreEmpMain> implements TPreEmpMainService { public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreEmpMain> implements TPreEmpMainService {
// 预入职-员工不良记录表 // 预入职-员工不良记录表
private final TPreEmpBadRecordService tPreEmpBadRecordService; private final TPreEmpBadRecordService tPreEmpBadRecordService;
...@@ -151,6 +147,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -151,6 +147,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
private final DaprSalaryProperties salaryProperties; private final DaprSalaryProperties salaryProperties;
// 导入批量校验身份证、卡号、手机号 // 导入批量校验身份证、卡号、手机号
private final DaprCheckProperties checkProperties; private final DaprCheckProperties checkProperties;
private final DaprUpmsProperties daprUpmsProperties;
private final TArchivesExportLimitMapper tArchivesExportLimitMapper; private final TArchivesExportLimitMapper tArchivesExportLimitMapper;
...@@ -158,7 +155,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -158,7 +155,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
private static final String ID = "id"; private static final String ID = "id";
public static final String taxMonthRegex = "^2\\d{5}"; public static final String TAX_MONTH_REGEX = "^2\\d{5}";
private final RedisUtil redisUtil; private final RedisUtil redisUtil;
...@@ -915,7 +912,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -915,7 +912,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
} }
if (Common.isNotNull(tPreEmployee.getTaxMonth())) { if (Common.isNotNull(tPreEmployee.getTaxMonth())) {
String taxMonth = tPreEmployee.getTaxMonth().trim(); String taxMonth = tPreEmployee.getTaxMonth().trim();
if (!taxMonth.matches(taxMonthRegex)) { if (!taxMonth.matches(TAX_MONTH_REGEX)) {
return R.failed("计税月份为6位年月,例如:202407!"); return R.failed("计税月份为6位年月,例如:202407!");
} }
if (Common.isNotNull(main.getSourType()) && CommonConstants.ONE_STRING.equals(main.getSourType())) { if (Common.isNotNull(main.getSourType()) && CommonConstants.ONE_STRING.equals(main.getSourType())) {
...@@ -1065,11 +1062,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -1065,11 +1062,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
} }
// 删除时 // 删除时
}if (CommonConstants.THREE_STRING.equals(otherFile.getHandleType())){ }if (CommonConstants.THREE_STRING.equals(otherFile.getHandleType())){
if (Common.isNotNull(otherFile.getId())){ if (Common.isNotNull(otherFile.getId()) && Common.isNotNull(otherFile.getAttaList())){
if (Common.isNotNull(otherFile.getAttaList())){ for (TAttaInfo info: otherFile.getAttaList()){
for (TAttaInfo info: otherFile.getAttaList()){ info.setDomainId(otherFile.getId());
info.setDomainId(otherFile.getId());
}
} }
} }
// 删除时 // 删除时
...@@ -2177,8 +2172,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2177,8 +2172,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
TPreEmployeeInfo employee; TPreEmployeeInfo employee;
TPreEmployeeProject project; TPreEmployeeProject project;
// 执行数据插入操作 组装 // 执行数据插入操作 组装
for (int i = 0; i < excelVOList.size(); i++) { for (TPreEmpMainVo excel : excelVOList) {
TPreEmpMainVo excel = excelVOList.get(i);
if (Common.isEmpty(excel.getDeptNo()) || Common.isEmpty(excel.getEmpIdcard()) || Common.isEmpty(excel.getEmpNatrue()) || Common.isEmpty(excel.getFileProvince())) { if (Common.isEmpty(excel.getDeptNo()) || Common.isEmpty(excel.getEmpIdcard()) || Common.isEmpty(excel.getEmpNatrue()) || Common.isEmpty(excel.getFileProvince())) {
errorMessageList.add(new ErrorMessage<>(excel.getRowIndex(), "完善信息不可为空!")); errorMessageList.add(new ErrorMessage<>(excel.getRowIndex(), "完善信息不可为空!"));
} else { } else {
...@@ -2204,7 +2198,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2204,7 +2198,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
} }
if (Common.isNotNull(excel.getTaxMonth())) { if (Common.isNotNull(excel.getTaxMonth())) {
String taxMonth = excel.getTaxMonth().trim(); String taxMonth = excel.getTaxMonth().trim();
if (!taxMonth.matches(taxMonthRegex)) { if (!taxMonth.matches(TAX_MONTH_REGEX)) {
errorMessageList.add(new ErrorMessage<>(excel.getRowIndex(), "计税月份为6位年月,例如:202407!")); errorMessageList.add(new ErrorMessage<>(excel.getRowIndex(), "计税月份为6位年月,例如:202407!"));
continue; continue;
} }
...@@ -2232,7 +2226,6 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2232,7 +2226,6 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
employee.setFileTown(Integer.parseInt(excel.getFileTown())); employee.setFileTown(Integer.parseInt(excel.getFileTown()));
} catch (Exception e) { } catch (Exception e) {
//errorMessageList.add(new ErrorMessage<>(excel.getRowIndex(), "未找到县!")); 2024-09-26 mvp1.6.11 预入职档案地区县选填 //errorMessageList.add(new ErrorMessage<>(excel.getRowIndex(), "未找到县!")); 2024-09-26 mvp1.6.11 预入职档案地区县选填
//continue;
throw new RuntimeException("档案地址-区/县转换异常"); throw new RuntimeException("档案地址-区/县转换异常");
} }
} }
...@@ -2399,9 +2392,12 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2399,9 +2392,12 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
exportLimit.setType(CommonConstants.ONE_INT); exportLimit.setType(CommonConstants.ONE_INT);
List<TArchivesExportLimit> limitList = tArchivesExportLimitMapper.getLimitList(exportLimit); List<TArchivesExportLimit> limitList = tArchivesExportLimitMapper.getLimitList(exportLimit);
boolean myExport = false; boolean myExport = false;
for (TArchivesExportLimit limit1 : limitList) { if (limitList != null) {
if (limit1.getCreateBy().equals(user.getId())) { for (TArchivesExportLimit limit1 : limitList) {
myExport = true; if (limit1.getCreateBy().equals(user.getId())) {
myExport = true;
break;
}
} }
} }
String name = "预入职导出全量"; String name = "预入职导出全量";
...@@ -2416,9 +2412,10 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2416,9 +2412,10 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
response.setCharacterEncoding("utf-8"); response.setCharacterEncoding("utf-8");
response.setHeader(CommonConstants.CONTENT_DISPOSITION, CommonConstants.ATTACHMENT_FILENAME + URLEncoder.encode(fileName, CommonConstants.UTF8)); response.setHeader(CommonConstants.CONTENT_DISPOSITION, CommonConstants.ATTACHMENT_FILENAME + URLEncoder.encode(fileName, CommonConstants.UTF8));
ExcelWriter excelWriter = null; ExcelWriter excelWriter = null;
if (count > CommonConstants.EXCEL_EXPORT_LIMIT) { if (count > 200000) {
//if (count > CommonConstants.EXCEL_EXPORT_LIMIT)
List<List<String>> strList = new ArrayList<>(); List<List<String>> strList = new ArrayList<>();
strList.add(this.getNewArrayList(new String[]{"数据超过6万条,请联系管理员后端导出!!"})); strList.add(this.getNewArrayList(new String[]{"数据超过20万条,请联系管理员后端导出!!"}));
List<List<String>> headList = Lists.newArrayList(); List<List<String>> headList = Lists.newArrayList();
headList.add(this.getNewArrayList(new String[]{"提示"})); headList.add(this.getNewArrayList(new String[]{"提示"}));
EasyExcelFactory.write(out).head(headList).sheet("数据超限").doWrite(strList); EasyExcelFactory.write(out).head(headList).sheet("数据超限").doWrite(strList);
...@@ -2524,10 +2521,27 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2524,10 +2521,27 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
oneTitle = "不良记录"; oneTitle = "不良记录";
headList.add(this.getNewArrayList(new String[]{oneTitle, "不良记录描述"})); headList.add(this.getNewArrayList(new String[]{oneTitle, "不良记录描述"}));
excelWriter = EasyExcelFactory.write(out).registerWriteHandler(ExcelStyle.getNormalStype()).head(headList).build(); Set<String> titleContent = getExportFieldNameDetailByClass(TMainExportAllVO.class);
// 获取所有字典type
Map<String,String> nameAndDicTypeMap = getConverterDicTypeAndArea(TMainExportAllVO.class);
// 获取所有字典对应的值
Map<String,String> redisLabelMap = (Map<String, String>) RedisUtil.redis.opsForValue().get(CacheConstants.REDIS_DICT_LABLE);
Map<String,String> idLabelMap = (Map<String, String>) RedisUtil.redis.opsForValue().get(CacheConstants.AREA_VALUE_ALL);
if (Common.isEmpty(idLabelMap) || idLabelMap.isEmpty()) {
R<AreaMap> areaListR = HttpDaprUtil.invokeMethodPost(daprUpmsProperties.getAppUrl(), daprUpmsProperties.getAppId()
, "/area/inner/getAreaMapAll", "", AreaMap.class, SecurityConstants.FROM_IN);
if (Common.isNotNull(areaListR)) {
idLabelMap = areaListR.getData().getIdLabelMap();
}
}
if (redisLabelMap != null && idLabelMap != null) {
redisLabelMap.putAll(idLabelMap);
}
excelWriter = EasyExcelFactory.write(out).registerWriteHandler(ExcelStyle.getNormalStype())
.registerConverter(new DictConverter(nameAndDicTypeMap, redisLabelMap))
.includeColumnFieldNames(titleContent).head(headList).build();
int index = 1; int index = 1;
if (count > CommonConstants.ZERO_INT) { if (count > CommonConstants.ZERO_INT) {
ExcelUtil<TPreMainExportAllVO> util = new ExcelUtil<>(TPreMainExportAllVO.class);
//int limitNum = CommonConstants.EXCEL_EXPORT_LIMIT //int limitNum = CommonConstants.EXCEL_EXPORT_LIMIT
int limitNum = 10000; int limitNum = 10000;
ExcelWriterSheetBuilder writeSheet; ExcelWriterSheetBuilder writeSheet;
...@@ -2538,34 +2552,39 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2538,34 +2552,39 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
List<TPreMainExportAllVO> listProfessional; List<TPreMainExportAllVO> listProfessional;
Map<String, TPreMainExportAllVO> mapProfessional; Map<String, TPreMainExportAllVO> mapProfessional;
TPreMainExportAllVO temp; TPreMainExportAllVO temp;
Set<String> titleContent = getExportFieldNameDetailByClass(TPreMainExportAllVO.class); List<String> preMainIdList;
for (int i = 0; i <= count; i += limitNum) { for (int i = 0; i <= count; i += limitNum) {
preMainIdList = new ArrayList<>();
// 获取实际记录 // 获取实际记录
searchVo.setLimitStart(i); searchVo.setLimitStart(i);
searchVo.setLimitEnd(limitNum); searchVo.setLimitEnd(limitNum);
list = baseMapper.getTPreEmpMainAllList(searchVo); list = baseMapper.getTPreEmpMainAllList(searchVo);
listWork = baseMapper.getTPreEmpMainAllListByWork(searchVo); if (list != null && !list.isEmpty()) {
listFamily = baseMapper.getTPreEmpMainAllListByFamily(searchVo); for (TPreMainExportAllVO vo : list) {
listProfessional = baseMapper.getTPreEmpMainAllListByProfessional(searchVo); preMainIdList.add(vo.getMainId());
mapWork = new HashMap<>();
mapFamily = new HashMap<>();
mapProfessional = new HashMap<>();
if (listWork != null && !listWork.isEmpty()) {
for (TPreMainExportAllVO vo : listWork) {
mapWork.putIfAbsent(vo.getMainId(), vo);
} }
} listWork = baseMapper.getTPreEmpMainAllListByWork(preMainIdList);
if (listFamily != null && !listFamily.isEmpty()) { listFamily = baseMapper.getTPreEmpMainAllListByFamily(preMainIdList);
for (TPreMainExportAllVO vo : listFamily) { listProfessional = baseMapper.getTPreEmpMainAllListByProfessional(preMainIdList);
mapFamily.putIfAbsent(vo.getMainId(), vo); mapWork = new HashMap<>();
mapFamily = new HashMap<>();
mapProfessional = new HashMap<>();
if (listWork != null && !listWork.isEmpty()) {
for (TPreMainExportAllVO vo : listWork) {
mapWork.putIfAbsent(vo.getMainId(), vo);
}
} }
} if (listFamily != null && !listFamily.isEmpty()) {
if (listProfessional != null && !listProfessional.isEmpty()) { for (TPreMainExportAllVO vo : listFamily) {
for (TPreMainExportAllVO vo : listProfessional) { mapFamily.putIfAbsent(vo.getMainId(), vo);
mapProfessional.putIfAbsent(vo.getMainId(), vo); }
} }
} if (listProfessional != null && !listProfessional.isEmpty()) {
if (Common.isNotNull(list)) { for (TPreMainExportAllVO vo : listProfessional) {
mapProfessional.putIfAbsent(vo.getMainId(), vo);
}
}
for (TPreMainExportAllVO vo : list) { for (TPreMainExportAllVO vo : list) {
temp = mapWork.get(vo.getMainId()); temp = mapWork.get(vo.getMainId());
if (temp != null) { if (temp != null) {
...@@ -2585,7 +2604,6 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2585,7 +2604,6 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
vo.setField52(temp.getField52()); vo.setField52(temp.getField52());
vo.setField53(temp.getField53()); vo.setField53(temp.getField53());
} }
util.convertEntity(vo, null, null, null);
} }
writeSheet = EasyExcelFactory.writerSheet(name + index).includeColumnFieldNames(titleContent); writeSheet = EasyExcelFactory.writerSheet(name + index).includeColumnFieldNames(titleContent);
excelWriter.write(list, writeSheet.build()); excelWriter.write(list, writeSheet.build());
...@@ -2692,6 +2710,33 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2692,6 +2710,33 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
return exportfieldsName; return exportfieldsName;
} }
private Map<String,String> getConverterDicTypeAndArea(Class<?> clazz) {
// 得到所有定义字段
Field[] allFields = clazz.getDeclaredFields();
Map<String,String> nameDicMap = new HashMap<>();
List<Field> fields = new ArrayList<>();
// 将需要字典表头存起来备用,如果没传,则全部翻译
for (Field field : allFields) {
if (field.isAnnotationPresent(ExcelAttribute.class)) {
fields.add(field);
}
}
ExcelAttribute attr;
Field field;
for (int j = 0; j < fields.size(); j++) {
field = fields.get(j);
attr = field.getAnnotation(ExcelAttribute.class);
if (Common.isNotNull(field) && Common.isNotNull(attr)){
if (Common.isNotNull(attr.dataType())) {
nameDicMap.put(field.getName(), attr.dataType());
} else if (Common.isNotNull(attr.isArea())) {
nameDicMap.put(field.getName(), CacheConstants.AREA_VALUE_ALL);
}
}
}
return nameDicMap;
}
/** /**
* @param file 文件流 * @param file 文件流
* @Description: 导入预入职 * @Description: 导入预入职
...@@ -2879,11 +2924,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -2879,11 +2924,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
field = fieldsMap.get(shuName); field = fieldsMap.get(shuName);
if (field != null) { if (field != null) {
attr = field.getAnnotation(ExcelAttribute.class); attr = field.getAnnotation(ExcelAttribute.class);
if (curVo == null) { // 必填
// 必填 if (curVo == null && attr.isNotEmpty() && Common.isEmpty(shuValue)) {
if (attr.isNotEmpty() && Common.isEmpty(shuValue)) { errorMust.append(attr.name()).append(";");
errorMust.append(attr.name()).append(";");
}
} }
if (Common.isNotNull(shuValue)) { if (Common.isNotNull(shuValue)) {
shuValue = shuValue.trim(); shuValue = shuValue.trim();
...@@ -3070,63 +3113,79 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -3070,63 +3113,79 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
List<String> idCardList = new ArrayList<>(); List<String> idCardList = new ArrayList<>();
for (PreUploadEmpImportVo info : excelList) { for (PreUploadEmpImportVo info : excelList) {
errorCheck = new StringBuilder(); errorCheck = new StringBuilder();
if (Common.isNotNull(info.getEmpName())) { if (Common.isNotNull(info.getIsMain())) {
if (idCardFlag == 0) { if (Boolean.TRUE.equals(info.getIsMain())) {
if (Common.isNotNull(info.getEmpIdcard())) { if (Common.isNotNull(info.getEmpName())) {
resultB = idCardMap.get(info.getEmpIdcard() + CommonConstants.DOWN_LINE_STRING + info.getEmpName()); if (idCardFlag == 0) {
if (Common.isNotNull(info.getEmpIdcard())) {
resultB = idCardMap.get(info.getEmpIdcard() + CommonConstants.DOWN_LINE_STRING + info.getEmpName());
if (resultB != null) {
if (Boolean.FALSE.equals(resultB)) {
errorCheck.append("姓名&身份证号不一致;");
}
} else {
errorCheck.append("姓名&身份证号未校验;");
}
}
} else if (idCardFlag == 2) {
errorCheck.append("姓名&身份证号不一致;");
}
if (Common.isNotNull(info.getBankNo())) {
resultB = bankNoMap.get(info.getBankNo() + CommonConstants.DOWN_LINE_STRING + info.getEmpName());
if (resultB != null) {
if (Boolean.FALSE.equals(resultB)) {
errorCheck.append("姓名&银行卡号不一致;");
}
} else {
errorCheck.append("姓名&银行卡号未校验;");
}
}
}
// 手机号码
if (Common.isNotNull(info.getEmpPhone())) {
resultB = phoneMap.get(info.getEmpPhone());
if (resultB != null) { if (resultB != null) {
if (!resultB) { if (Boolean.FALSE.equals(resultB)) {
errorCheck.append("姓名&身份证号不一致;"); errorCheck.append("手机号码校验不通过;");
} }
} else { } else {
errorCheck.append("姓名&身份证号未校验;"); errorCheck.append("手机号码未校验;");
} }
} }
} else if (idCardFlag == 2) { // 手机号码(紧急联系人)
errorCheck.append("姓名&身份证号不一致;"); if (Common.isNotNull(info.getTel())) {
} resultB = phoneMap.get(info.getTel());
if (Common.isNotNull(info.getBankNo())) { if (resultB != null) {
resultB = bankNoMap.get(info.getBankNo() + CommonConstants.DOWN_LINE_STRING + info.getEmpName()); if (Boolean.FALSE.equals(resultB)) {
if (resultB != null) { errorCheck.append("手机号码(紧急联系人)校验不通过;");
if (!resultB) { }
errorCheck.append("姓名&银行卡号不一致;"); } else {
errorCheck.append("手机号码(紧急联系人)未校验;");
} }
} else {
errorCheck.append("姓名&银行卡号未校验;");
}
}
}
// 手机号码
if (Common.isNotNull(info.getEmpPhone())) {
resultB = phoneMap.get(info.getEmpPhone());
if (resultB != null) {
if (!resultB) {
errorCheck.append("手机号码校验不通过;");
} }
} else { // 手机号码(家庭成员)
errorCheck.append("手机号码未校验;"); if (Common.isNotNull(info.getContractTel())) {
} resultB = phoneMap.get(info.getContractTel());
} if (resultB != null) {
// 手机号码(紧急联系人) if (Boolean.FALSE.equals(resultB)) {
if (Common.isNotNull(info.getTel())) { errorCheck.append("手机号码(家庭成员)校验不通过;");
resultB = phoneMap.get(info.getTel()); }
if (resultB != null) { } else {
if (!resultB) { errorCheck.append("手机号码(家庭成员)未校验;");
errorCheck.append("手机号码(紧急联系人)校验不通过;"); }
} }
} else { } else {
errorCheck.append("手机号码(紧急联系人)未校验;"); // 手机号码(家庭成员)
} if (Common.isNotNull(info.getContractTel())) {
} resultB = phoneMap.get(info.getContractTel());
// 手机号码(家庭成员) if (resultB != null) {
if (Common.isNotNull(info.getContractTel())) { if (Boolean.FALSE.equals(resultB)) {
resultB = phoneMap.get(info.getContractTel()); errorCheck.append("手机号码(家庭成员)校验不通过;");
if (resultB != null) { }
if (!resultB) { } else {
errorCheck.append("手机号码(家庭成员)校验不通过;"); errorCheck.append("手机号码(家庭成员)未校验;");
}
} }
} else {
errorCheck.append("手机号码(家庭成员)未校验;");
} }
} }
if (errorCheck.length() > 0) { if (errorCheck.length() > 0) {
...@@ -3387,9 +3446,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -3387,9 +3446,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
tPreEmpBadRecord.setCreateName(user.getNickname()); tPreEmpBadRecord.setCreateName(user.getNickname());
tPreEmpBadRecord.setCreateTime(LocalDateTime.now()); tPreEmpBadRecord.setCreateTime(LocalDateTime.now());
if ("是".equals(info.getRemark())) { if ("是".equals(info.getRemark())) {
tPreEmpBadRecord.setRemark("未曾经或正在追究与承担过刑事责任");
} else {
tPreEmpBadRecord.setRemark("曾经或正在追究与承担过刑事责任"); tPreEmpBadRecord.setRemark("曾经或正在追究与承担过刑事责任");
} else {
tPreEmpBadRecord.setRemark("未曾经或正在追究与承担过刑事责任");
} }
preEmpBadRecordList.add(tPreEmpBadRecord); preEmpBadRecordList.add(tPreEmpBadRecord);
...@@ -3436,7 +3495,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -3436,7 +3495,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
tPreEmpDisabilityInfo.setDisabilityName(info.getDisabilityName()); tPreEmpDisabilityInfo.setDisabilityName(info.getDisabilityName());
tPreEmpDisabilityInfo.setDisabilityLevel(info.getDisabilityLevelValue()); tPreEmpDisabilityInfo.setDisabilityLevel(info.getDisabilityLevelValue());
tPreEmpDisabilityInfo.setOtherFlag(info.getOtherFlagValue()); tPreEmpDisabilityInfo.setOtherFlag(info.getOtherFlagValue());
tPreEmpDisabilityInfo.setRemark(info.getRemark()); // tPreEmpDisabilityInfo.setRemark(info.getRemark())
preEmpDisabilityInfoList.add(tPreEmpDisabilityInfo); preEmpDisabilityInfoList.add(tPreEmpDisabilityInfo);
// 最高教育经历 // 最高教育经历
...@@ -3613,26 +3672,33 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -3613,26 +3672,33 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
} }
private void judgeDisability(PreUploadEmpImportVo detail, StringBuilder errorMust) { private void judgeDisability(PreUploadEmpImportVo detail, StringBuilder errorMust) {
if (Common.isNotNull(detail.getOccupationalDiseaseFlag()) if (Common.isNotNull(detail.getOccupationalDiseaseFlag())) {
&& detail.getOccupationalDiseaseFlag().contains("是") if (detail.getOccupationalDiseaseFlag().contains("是") && Common.isEmpty(detail.getOccupationalDisease())) {
&& Common.isEmpty(detail.getOccupationalDisease())) { errorMust.append("是否有职业病为是则必填:职业病名称;");
errorMust.append("是否有职业病为是则必填:职业病名称;"); } else if (detail.getOccupationalDiseaseFlag().contains("否")) {
} detail.setOccupationalDisease(null);
if (Common.isNotNull(detail.getInfectiousDiseaseFlag()) }
&& detail.getInfectiousDiseaseFlag().contains("是") }
&& Common.isEmpty(detail.getInfectiousName())) { if (Common.isNotNull(detail.getInfectiousDiseaseFlag())) {
errorMust.append("是否有传染性疾病为是则必填:传染病名称;"); if (detail.getInfectiousDiseaseFlag().contains("是") && Common.isEmpty(detail.getInfectiousName())) {
} errorMust.append("是否有传染性疾病为是则必填:传染病名称;");
if (Common.isNotNull(detail.getDisabilityFlag()) } else if (detail.getInfectiousDiseaseFlag().contains("否")) {
&& detail.getDisabilityFlag().contains("是") detail.setInfectiousName(null);
&& (Common.isEmpty(detail.getDisabilityName()) }
|| Common.isEmpty(detail.getDisabilityLevel()))) { }
errorMust.append("是否被劳动能力鉴定委员会鉴定为具有伤残等级为是则必填:"); if (Common.isNotNull(detail.getDisabilityFlag())) {
if (Common.isEmpty(detail.getDisabilityName())) { if (detail.getDisabilityFlag().contains("是") && (Common.isEmpty(detail.getDisabilityName()) || Common.isEmpty(detail.getDisabilityLevel()))) {
errorMust.append("伤残病名称;"); errorMust.append("是否被劳动能力鉴定委员会鉴定为具有伤残等级为是则必填:");
} if (Common.isEmpty(detail.getDisabilityName())) {
if (Common.isEmpty(detail.getDisabilityLevel())) { errorMust.append("伤残病名称;");
errorMust.append("伤残等级;"); }
if (Common.isEmpty(detail.getDisabilityLevel())) {
errorMust.append("伤残等级;");
}
} else if (detail.getDisabilityFlag().contains("否")) {
detail.setDisabilityName(null);
detail.setDisabilityLevel(null);
detail.setDisabilityLevelValue(null);
} }
} }
} }
......
...@@ -348,120 +348,16 @@ ...@@ -348,120 +348,16 @@
,e.FILE_PROVINCE field20,e.FILE_CITY field71,e.FILE_TOWN field72,if(e.status=0,'草稿','已审核') field21 ,e.FILE_PROVINCE field20,e.FILE_CITY field71,e.FILE_TOWN field72,if(e.status=0,'草稿','已审核') field21
,e.CONTACT_ADDRESS field22,p.UNIT_NAME field23,p.DEPT_NAME field24 ,e.CONTACT_ADDRESS field22,p.UNIT_NAME field23,p.DEPT_NAME field24
,concat(p.BUSINESS_PRIMARY_TYPE,'-',ifnull(p.BUSINESS_SECOND_TYPE,''),'-',ifnull(p.BUSINESS_THIRD_TYPE,'')) field25 ,concat(p.BUSINESS_PRIMARY_TYPE,'-',ifnull(p.BUSINESS_SECOND_TYPE,''),'-',ifnull(p.BUSINESS_THIRD_TYPE,'')) field25
/*,eci.contract_name field26 ,workingHours.label field27,eci.POST field28,eci.CONTRACT_START field29
,eci.TRY_PERIOD field30*/
,p.EMP_LABEL field31 ,p.EMP_LABEL field31
,ec.EMP_NAME field32,ec.RELATION_TYPE field33,ec.ADDRESS field34,ec.TEL field35 ,ec.EMP_NAME field32,ec.RELATION_TYPE field33,ec.ADDRESS field34,ec.TEL field35
,if(e.IS_COLLEGE=0,'否','是') field39 ,if(e.IS_COLLEGE=0,'否','是') field39
,e.HIGN_EDUCATION field40 ,e.HIGN_EDUCATION field40
,if(e.FIRST_WORK_FLAG is null,'',if(e.FIRST_WORK_FLAG=0,'是','否')) field43 ,if(e.FIRST_WORK_FLAG is null,'',if(e.FIRST_WORK_FLAG=0,'是','否')) field43
/*,ew.WORK_UNIT field44,ew.WORK_JOB field45,ew.START_DATE field46,ew.END_DATE field47*/
/*,ef.FAMILY_NAME field48,family_relation.label field49,ef.CONTRACT_TEL field50*/
,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51 ,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51
/*,ep.DECLARE_YEAR field52,qualification_type.label field53*/
/*,if(ed.INJURY_IDENTIFICATION=0,'是','否') field54,if(ed.OCCUPATIONAL_DISEASE_FLAG=0,'是','否') field55 ,ed.OCCUPATIONAL_DISEASE field56
,if(ed.INFECTIOUS_DISEASE_FLAG=0,'是','否') field57 ,ed.INFECTIOUS_NAME field58 ,if(ed.DISABILITY_FLAG=0,'是','否') field59
,ed.DISABILITY_NAME field60,disability_grade.label field61,if(ed.OTHER_FLAG=0,'是','否') field62*/
/*,eb.REMARK field63*/
FROM t_complete_monitor a FROM t_complete_monitor a
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(c.contract_name ORDER BY c.audit_time_last desc),',',1) contract_name
,c.EMP_IDCARD,c.DEPT_NO
,SUBSTRING_INDEX(GROUP_CONCAT(c.CONTRACT_START ORDER BY c.audit_time_last desc),',',1) CONTRACT_START
,SUBSTRING_INDEX(GROUP_CONCAT(c.WORKING_HOURS ORDER BY c.audit_time_last desc),',',1) WORKING_HOURS
,SUBSTRING_INDEX(GROUP_CONCAT(c.POST ORDER BY c.audit_time_last desc),',',1) POST
,SUBSTRING_INDEX(GROUP_CONCAT(c.TRY_PERIOD ORDER BY c.audit_time_last desc),',',1) TRY_PERIOD
from t_employee_contract_info c where c.IN_USE='0' and c.delete_flag = '0' and c.audit_status = '2' GROUP BY c.EMP_IDCARD,c.DEPT_NO
) eci on p.EMP_IDCARD=eci.EMP_IDCARD and p.dept_no=eci.dept_no*/
left join t_employee_info e on p.EMP_ID=e.id left join t_employee_info e on p.EMP_ID=e.id
/*left join view_sys_dict_item emp_natrue on emp_natrue.value=e.EMP_NATRUE and emp_natrue.type='emp_natrue'
left join view_sys_dict_item educationEmp on educationEmp.value=e.HIGN_EDUCATION and educationEmp.type='education'
left join view_sys_dict_item emp_married on emp_married.value=e.EMP_MARRI_STATUS and emp_married.type='emp_married'
left join view_sys_dict_item nation on nation.value=e.EMP_NATIONAL and nation.type='emp_national'
left join view_sys_dict_item registype on registype.value=e.EMP_REGIS_TYPE and registype.type='emp_registype'
left join view_sys_dict_item politicalStatus on politicalStatus.value=e.POLITICAL_STATUS and politicalStatus.type='emp_political'*/
/*left join sys_area pi on pi.id=e.ID_PROVINCE
left join sys_area ci on ci.id=e.ID_CITY
left join sys_area ti on ti.id=e.ID_TOWN
left join sys_area pf on pf.id=e.FILE_PROVINCE
left join sys_area cf on cf.id=e.FILE_CITY
left join sys_area tf on tf.id=e.FILE_TOWN*/
/*left join view_sys_dict_item workingHours on workingHours.value=eci.WORKING_HOURS and workingHours.type='working_hours'*/
left join t_emp_contact_info ec on e.id=ec.EMP_ID left join t_emp_contact_info ec on e.id=ec.EMP_ID
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.SCHOOL ORDER BY ee.create_time desc),',',1) SCHOOL
,SUBSTRING_INDEX(GROUP_CONCAT(ee.MAJOR ORDER BY ee.create_time desc),',',1) MAJOR
,SUBSTRING_INDEX(GROUP_CONCAT(ee.EDUCATION_NAME ORDER BY ee.create_time desc),',',1) EDUCATION_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.ENTRY_DATE ORDER BY ee.create_time desc),',',1) ENTRY_DATE
,SUBSTRING_INDEX(GROUP_CONCAT(ee.GRADUTION_DATE ORDER BY ee.create_time desc),',',1) GRADUTION_DATE
from t_emp_education ee where ee.DELETE_FLAG = '0'
GROUP BY ee.EMP_ID
) ee on e.id=ee.EMP_ID
left join view_sys_dict_item education on education.value=ee.EDUCATION_NAME and education.type='education'*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.INJURY_IDENTIFICATION ORDER BY ee.create_time desc),',',1) INJURY_IDENTIFICATION
,SUBSTRING_INDEX(GROUP_CONCAT(ee.OCCUPATIONAL_DISEASE_FLAG ORDER BY ee.create_time desc),',',1) OCCUPATIONAL_DISEASE_FLAG
,SUBSTRING_INDEX(GROUP_CONCAT(ee.OCCUPATIONAL_DISEASE ORDER BY ee.create_time desc),',',1) OCCUPATIONAL_DISEASE
,SUBSTRING_INDEX(GROUP_CONCAT(ee.INFECTIOUS_DISEASE_FLAG ORDER BY ee.create_time desc),',',1) INFECTIOUS_DISEASE_FLAG
,SUBSTRING_INDEX(GROUP_CONCAT(ee.INFECTIOUS_NAME ORDER BY ee.create_time desc),',',1) INFECTIOUS_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DISABILITY_FLAG ORDER BY ee.create_time desc),',',1) DISABILITY_FLAG
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DISABILITY_NAME ORDER BY ee.create_time desc),',',1) DISABILITY_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DISABILITY_LEVEL ORDER BY ee.create_time desc),',',1) DISABILITY_LEVEL
,SUBSTRING_INDEX(GROUP_CONCAT(ee.OTHER_FLAG ORDER BY ee.create_time desc),',',1) OTHER_FLAG
from t_emp_disability_info ee where ee.DELETE_FLAG = '0'
GROUP BY ee.EMP_ID
) ed on e.id=ed.EMP_ID
left join view_sys_dict_item disability_grade on disability_grade.value=ed.DISABILITY_LEVEL and disability_grade.type='disability_grade'*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.REMARK ORDER BY ee.create_time desc),',',1) REMARK
from t_emp_bad_record ee
GROUP BY ee.EMP_ID
) eb on e.id=eb.EMP_ID*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.WORK_UNIT ORDER BY ee.create_time desc),',',1) WORK_UNIT
,SUBSTRING_INDEX(GROUP_CONCAT(ee.WORK_JOB ORDER BY ee.create_time desc),',',1) WORK_JOB
,SUBSTRING_INDEX(GROUP_CONCAT(ee.START_DATE ORDER BY ee.create_time desc),',',1) START_DATE
,SUBSTRING_INDEX(GROUP_CONCAT(ee.END_DATE ORDER BY ee.create_time desc),',',1) END_DATE
from t_emp_work_recording ee
GROUP BY ee.EMP_ID
) ew on e.id=ew.EMP_ID*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.FAMILY_NAME ORDER BY ee.create_time desc),',',1) FAMILY_NAME
,SUBSTRING_INDEX(GROUP_CONCAT(ee.RELATIONSHIP_SELF ORDER BY ee.create_time desc),',',1) RELATIONSHIP_SELF
,SUBSTRING_INDEX(GROUP_CONCAT(ee.CONTRACT_TEL ORDER BY ee.create_time desc),',',1) CONTRACT_TEL
from t_emp_family ee
GROUP BY ee.EMP_ID
) ef on e.id=ef.EMP_ID
left join view_sys_dict_item family_relation on family_relation.value=ef.RELATIONSHIP_SELF and family_relation.type='family_relation'*/
/*left join (
select
SUBSTRING_INDEX(GROUP_CONCAT(ee.EMP_ID ORDER BY ee.create_time desc),',',1) EMP_ID
,SUBSTRING_INDEX(GROUP_CONCAT(ee.DECLARE_YEAR ORDER BY ee.create_time desc),',',1) DECLARE_YEAR
,SUBSTRING_INDEX(GROUP_CONCAT(ee.QUALIFICATION_TYPE ORDER BY ee.create_time desc),',',1) QUALIFICATION_TYPE
from t_emp_professional_qualification ee
GROUP BY ee.EMP_ID
) ep on e.id=ep.EMP_ID
left join view_sys_dict_item qualification_type on qualification_type.value=ep.QUALIFICATION_TYPE and qualification_type.type='qualification_type'*/
<where> <where>
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include refid="tCompleteMonitor_where"/> <include refid="tCompleteMonitor_where"/>
...@@ -475,144 +371,87 @@ ...@@ -475,144 +371,87 @@
<select id="getTEmpMainAllListByContract" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListByContract" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
p.EMP_ID mainId,ee.contract_name field26,ee.WORKING_HOURS field27,ee.POST field28,ee.CONTRACT_START field29,ee.TRY_PERIOD field30 ee.EMP_ID mainId,ee.contract_name field26,ee.WORKING_HOURS field27,ee.POST field28,ee.CONTRACT_START field29,ee.TRY_PERIOD field30
from from t_employee_contract_info ee
t_complete_monitor a where ee.IN_USE='0' and ee.delete_flag = '0' and ee.audit_status = '2' and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO <foreach collection="empIdList" item="ids" open="(" separator="," close=")">
left join t_employee_contract_info ee on ee.EMP_IDCARD=p.EMP_IDCARD and p.dept_no=ee.dept_no #{ids}
<where> </foreach>
ee.IN_USE='0' and ee.delete_flag = '0' and ee.audit_status = '2'
and p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include refid="tCompleteMonitor_where"/>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tCompleteMonitor != null">
<if test="tCompleteMonitor.limitStart != null">
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select> </select>
<select id="getTEmpMainAllListByEducation" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListByEducation" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
p.EMP_ID mainId,ee.SCHOOL field36,ee.MAJOR field37,ee.EDUCATION_NAME field38,ee.ENTRY_DATE field41,ee.GRADUTION_DATE field42 ee.EMP_ID mainId,ee.SCHOOL field36,ee.MAJOR field37,ee.EDUCATION_NAME field38,ee.ENTRY_DATE field41,ee.GRADUTION_DATE field42
from from t_emp_education ee
t_complete_monitor a where ee.DELETE_FLAG = '0' and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO <foreach collection="empIdList" item="ids" open="(" separator="," close=")">
left join t_emp_education ee on p.EMP_ID = ee.EMP_ID #{ids}
<where> </foreach>
ee.DELETE_FLAG = '0'
and p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include refid="tCompleteMonitor_where"/>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tCompleteMonitor != null">
<if test="tCompleteMonitor.limitStart != null">
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select> </select>
<select id="getTEmpMainAllListByBad" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListByBad" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
p.EMP_ID mainId,ee.REMARK field63 ee.EMP_ID mainId,ee.REMARK field63
from from t_emp_bad_record ee
t_complete_monitor a where ee.REMARK is not null and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO <foreach collection="empIdList" item="ids" open="(" separator="," close=")">
left join t_emp_bad_record ee on p.EMP_ID = ee.EMP_ID #{ids}
<where> </foreach>
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include refid="tCompleteMonitor_where"/>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tCompleteMonitor != null">
<if test="tCompleteMonitor.limitStart != null">
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select> </select>
<select id="getTEmpMainAllListByDisability" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListByDisability" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
p.EMP_ID mainId,if(ee.INJURY_IDENTIFICATION=0,'是','否') field54,if(ee.OCCUPATIONAL_DISEASE_FLAG=0,'是','否') field55 ,ee.OCCUPATIONAL_DISEASE field56 ee.EMP_ID mainId,if(ee.INJURY_IDENTIFICATION=0,'是','否') field54,if(ee.OCCUPATIONAL_DISEASE_FLAG=0,'是','否') field55 ,ee.OCCUPATIONAL_DISEASE field56
,if(ee.INFECTIOUS_DISEASE_FLAG=0,'是','否') field57 ,ee.INFECTIOUS_NAME field58 ,if(ee.DISABILITY_FLAG=0,'是','否') field59 ,if(ee.INFECTIOUS_DISEASE_FLAG=0,'是','否') field57 ,ee.INFECTIOUS_NAME field58 ,if(ee.DISABILITY_FLAG=0,'是','否') field59
,ee.DISABILITY_NAME field60,ee.DISABILITY_LEVEL field61,if(ee.OTHER_FLAG=0,'是','否') field62 ,ee.DISABILITY_NAME field60,ee.DISABILITY_LEVEL field61,if(ee.OTHER_FLAG=0,'是','否') field62
from from t_emp_disability_info ee
t_complete_monitor a where ee.DELETE_FLAG = '0' and ee.EMP_ID in
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO <foreach collection="empIdList" item="ids" open="(" separator="," close=")">
left join t_emp_disability_info ee on p.EMP_ID = ee.EMP_ID #{ids}
<where> </foreach>
ee.DELETE_FLAG = '0' and p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0
<include refid="tCompleteMonitor_where"/>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tCompleteMonitor != null">
<if test="tCompleteMonitor.limitStart != null">
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select> </select>
<select id="getTEmpMainAllListByWork" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListByWork" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
p.EMP_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47 ee.EMP_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47
from t_complete_monitor a from t_emp_work_recording ee
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO where ee.EMP_ID in
left join t_emp_work_recording ee on p.EMP_ID = ee.EMP_ID <foreach collection="empIdList" item="ids" open="(" separator="," close=")">
<where> #{ids}
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 </foreach>
<include refid="tCompleteMonitor_where"/>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tCompleteMonitor != null">
<if test="tCompleteMonitor.limitStart != null">
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select> </select>
<select id="getTEmpMainAllListByFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListByFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
p.EMP_ID mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50 ee.EMP_ID mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50
FROM t_complete_monitor a FROM t_emp_family ee
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO where ee.EMP_ID in
left join t_emp_family ee on p.EMP_ID = ee.EMP_ID <foreach collection="empIdList" item="ids" open="(" separator="," close=")">
<where> #{ids}
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 </foreach>
<include refid="tCompleteMonitor_where"/>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tCompleteMonitor != null">
<if test="tCompleteMonitor.limitStart != null">
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select> </select>
<select id="getTEmpMainAllListByProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListByProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
p.EMP_ID mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53 ee.EMP_ID mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53
FROM t_complete_monitor a FROM t_emp_professional_qualification ee
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO where ee.EMP_ID in
left join t_emp_professional_qualification ee on p.EMP_ID = ee.EMP_ID <foreach collection="empIdList" item="ids" open="(" separator="," close=")">
<where> #{ids}
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 </foreach>
<include refid="tCompleteMonitor_where"/>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tCompleteMonitor != null">
<if test="tCompleteMonitor.limitStart != null">
limit #{tCompleteMonitor.limitStart},#{tCompleteMonitor.limitEnd}
</if>
</if>
</select> </select>
<!-- 数量 --> <!-- 数量 -->
<select id="getTEmpMainAllCountOneWork" resultType="java.lang.Integer"> <select id="getTEmpMainAllCountOneWork" resultType="java.lang.Integer">
SELECT SELECT
count(1) from ( count(DISTINCT ew.id)
SELECT
1
FROM t_complete_monitor a FROM t_complete_monitor a
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
left join t_employee_info e on p.EMP_ID=e.id left join t_employee_info e on p.EMP_ID=e.id
...@@ -624,8 +463,6 @@ ...@@ -624,8 +463,6 @@
) )
<include refid="tCompleteMonitor_where"/> <include refid="tCompleteMonitor_where"/>
</where> </where>
group by ew.id
) a
</select> </select>
<!--导出统计list1主要工作经历--> <!--导出统计list1主要工作经历-->
...@@ -654,9 +491,7 @@ ...@@ -654,9 +491,7 @@
<!-- 数量 --> <!-- 数量 -->
<select id="getTEmpMainAllCountTwoFamily" resultType="java.lang.Integer"> <select id="getTEmpMainAllCountTwoFamily" resultType="java.lang.Integer">
SELECT SELECT
count(1) from ( count(DISTINCT ef.id)
SELECT
1
FROM t_complete_monitor a FROM t_complete_monitor a
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
left join t_employee_info e on p.EMP_ID=e.id left join t_employee_info e on p.EMP_ID=e.id
...@@ -667,18 +502,16 @@ ...@@ -667,18 +502,16 @@
) )
<include refid="tCompleteMonitor_where"/> <include refid="tCompleteMonitor_where"/>
</where> </where>
group by ef.id ) a
</select> </select>
<!--导出统计list2主要家庭成员信息--> <!--导出统计list2主要家庭成员信息-->
<select id="getTEmpMainAllListTwoFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListTwoFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
e.emp_idcard field6 e.emp_idcard field6
,ef.FAMILY_NAME field48,family_relation.label field49,ef.CONTRACT_TEL field50 ,ef.FAMILY_NAME field48,ef.RELATIONSHIP_SELF field49,ef.CONTRACT_TEL field50
FROM t_complete_monitor a FROM t_complete_monitor a
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
left join t_employee_info e on p.EMP_ID=e.id left join t_employee_info e on p.EMP_ID=e.id
left join t_emp_family ef on e.id=ef.EMP_ID left join t_emp_family ef on e.id=ef.EMP_ID
left join view_sys_dict_item family_relation on family_relation.value=ef.RELATIONSHIP_SELF and family_relation.type='family_relation'
<where> <where>
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 and ef.id is not null and ef.DELETE_FLAG = '0' and EXISTS ( p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 and ef.id is not null and ef.DELETE_FLAG = '0' and EXISTS (
select 1 from (select a.emp_id from t_emp_family a GROUP BY a.EMP_ID HAVING count(1)>1) ea where ea.emp_id=ef.emp_id select 1 from (select a.emp_id from t_emp_family a GROUP BY a.EMP_ID HAVING count(1)>1) ea where ea.emp_id=ef.emp_id
...@@ -696,9 +529,7 @@ ...@@ -696,9 +529,7 @@
<!-- 数量 --> <!-- 数量 -->
<select id="getTEmpMainAllCountThreeProfessional" resultType="java.lang.Integer"> <select id="getTEmpMainAllCountThreeProfessional" resultType="java.lang.Integer">
SELECT SELECT
count(1) from ( count(DISTINCT ep.id)
SELECT
1
FROM t_complete_monitor a FROM t_complete_monitor a
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
left join t_employee_info e on p.EMP_ID=e.id left join t_employee_info e on p.EMP_ID=e.id
...@@ -709,18 +540,16 @@ ...@@ -709,18 +540,16 @@
) )
<include refid="tCompleteMonitor_where"/> <include refid="tCompleteMonitor_where"/>
</where> </where>
group by ep.id ) a
</select> </select>
<!--导出统计list3职业资格信息--> <!--导出统计list3职业资格信息-->
<select id="getTEmpMainAllListThreeProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO"> <select id="getTEmpMainAllListThreeProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TMainExportAllVO">
SELECT SELECT
e.emp_idcard field6 e.emp_idcard field6
,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51,ep.DECLARE_YEAR field52,qualification_type.label field53 ,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51,ep.DECLARE_YEAR field52,ep.QUALIFICATION_TYPE field53
FROM t_complete_monitor a FROM t_complete_monitor a
left join t_employee_project p on a.DEPT_NO=p.DEPT_NO left join t_employee_project p on a.DEPT_NO=p.DEPT_NO
left join t_employee_info e on p.EMP_ID=e.id left join t_employee_info e on p.EMP_ID=e.id
left join t_emp_professional_qualification ep on e.id=ep.EMP_ID left join t_emp_professional_qualification ep on e.id=ep.EMP_ID
left join view_sys_dict_item qualification_type on qualification_type.value=ep.QUALIFICATION_TYPE and qualification_type.type='qualification_type'
<where> <where>
p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 and ep.id is not null and ep.DELETE_FLAG = '0' and EXISTS ( p.DELETE_FLAG = '0' and p.PROJECT_STATUS = 0 and ep.id is not null and ep.DELETE_FLAG = '0' and EXISTS (
select 1 from (select a.emp_id from t_emp_professional_qualification a GROUP BY a.EMP_ID HAVING count(1)>1) ea where ea.emp_id=ep.emp_id select 1 from (select a.emp_id from t_emp_professional_qualification a GROUP BY a.EMP_ID HAVING count(1)>1) ea where ea.emp_id=ep.emp_id
......
...@@ -317,64 +317,34 @@ ...@@ -317,64 +317,34 @@
<select id="getTPreEmpMainAllListByWork" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"> <select id="getTPreEmpMainAllListByWork" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO">
SELECT SELECT
ee.PRE_MAIN_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47 ee.PRE_MAIN_ID mainId,ee.WORK_UNIT field44,ee.WORK_JOB field45,ee.START_DATE field46,ee.END_DATE field47
from t_pre_emp_main a join t_pre_emp_work_recording ee on a.id = ee.PRE_MAIN_ID from t_pre_emp_work_recording ee
<where> where ee.PRE_MAIN_ID in
a.STATUS != '5' <foreach collection="preMainIdList" item="ids" open="(" separator="," close=")">
<include refid="tPreEmpMain_where"/> #{ids}
<if test="tPreEmpMain != null"> </foreach>
<if test="tPreEmpMain.authSql != null and tPreEmpMain.authSql.trim() != ''">
${tPreEmpMain.authSql}
</if>
</if>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tPreEmpMain != null">
<if test="tPreEmpMain.limitStart != null">
limit #{tPreEmpMain.limitStart},#{tPreEmpMain.limitEnd}
</if>
</if>
</select> </select>
<select id="getTPreEmpMainAllListByFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"> <select id="getTPreEmpMainAllListByFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO">
SELECT SELECT
a.id mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50 ee.PRE_MAIN_ID mainId,ee.FAMILY_NAME field48,ee.RELATIONSHIP_SELF field49,ee.CONTRACT_TEL field50
FROM t_pre_emp_main a join t_pre_emp_family ee on a.id = ee.PRE_MAIN_ID FROM t_pre_emp_family ee
<where> where ee.PRE_MAIN_ID in
a.STATUS != '5' <foreach collection="preMainIdList" item="ids" open="(" separator="," close=")">
<include refid="tPreEmpMain_where"/> #{ids}
<if test="tPreEmpMain != null"> </foreach>
<if test="tPreEmpMain.authSql != null and tPreEmpMain.authSql.trim() != ''">
${tPreEmpMain.authSql}
</if>
</if>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tPreEmpMain != null">
<if test="tPreEmpMain.limitStart != null">
limit #{tPreEmpMain.limitStart},#{tPreEmpMain.limitEnd}
</if>
</if>
</select> </select>
<select id="getTPreEmpMainAllListByProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"> <select id="getTPreEmpMainAllListByProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO">
SELECT SELECT
a.id mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53 ee.PRE_MAIN_ID mainId,ee.DECLARE_YEAR field52,ee.QUALIFICATION_TYPE field53
FROM t_pre_emp_main a join t_pre_emp_professional_qualification ee on a.id = ee.PRE_MAIN_ID FROM t_pre_emp_professional_qualification ee
<where> where ee.PRE_MAIN_ID in
a.STATUS != '5' <foreach collection="preMainIdList" item="ids" open="(" separator="," close=")">
<include refid="tPreEmpMain_where"/> #{ids}
<if test="tPreEmpMain != null"> </foreach>
<if test="tPreEmpMain.authSql != null and tPreEmpMain.authSql.trim() != ''">
${tPreEmpMain.authSql}
</if>
</if>
</where>
ORDER BY ee.create_time desc ORDER BY ee.create_time desc
<if test="tPreEmpMain != null">
<if test="tPreEmpMain.limitStart != null">
limit #{tPreEmpMain.limitStart},#{tPreEmpMain.limitEnd}
</if>
</if>
</select> </select>
<!-- 数量 --> <!-- 数量 -->
...@@ -432,11 +402,10 @@ ...@@ -432,11 +402,10 @@
<select id="getTEmpMainAllListTwoFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"> <select id="getTEmpMainAllListTwoFamily" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO">
SELECT SELECT
e.emp_idcard field6 e.emp_idcard field6
,ef.FAMILY_NAME field48,family_relation.label field49,ef.CONTRACT_TEL field50 ,ef.FAMILY_NAME field48,ef.RELATIONSHIP_SELF field49,ef.CONTRACT_TEL field50
FROM t_pre_emp_main a FROM t_pre_emp_main a
left join t_pre_employee_info e on a.id=e.PRE_MAIN_ID left join t_pre_employee_info e on a.id=e.PRE_MAIN_ID
left join t_pre_emp_family ef on a.id=ef.PRE_MAIN_ID left join t_pre_emp_family ef on a.id=ef.PRE_MAIN_ID
left join view_sys_dict_item family_relation on family_relation.value=ef.RELATIONSHIP_SELF and family_relation.type='family_relation'
<where> <where>
a.STATUS != '5' and ef.id is not null and EXISTS ( a.STATUS != '5' and ef.id is not null and EXISTS (
select 1 from (select a.EMP_IDCARD from t_pre_emp_family a left join t_pre_emp_main p on a.PRE_MAIN_ID=p.id where p.STATUS != '5' and p.id is not null GROUP BY a.EMP_IDCARD HAVING count(1)>1) ea where ea.EMP_IDCARD=ef.EMP_IDCARD select 1 from (select a.EMP_IDCARD from t_pre_emp_family a left join t_pre_emp_main p on a.PRE_MAIN_ID=p.id where p.STATUS != '5' and p.id is not null GROUP BY a.EMP_IDCARD HAVING count(1)>1) ea where ea.EMP_IDCARD=ef.EMP_IDCARD
...@@ -469,11 +438,10 @@ ...@@ -469,11 +438,10 @@
<select id="getTEmpMainAllListThreeProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO"> <select id="getTEmpMainAllListThreeProfessional" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TPreMainExportAllVO">
SELECT SELECT
e.emp_idcard field6 e.emp_idcard field6
,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51,ep.DECLARE_YEAR field52,qualification_type.label field53 ,if(e.HAVE_QUALIFICATION is null,'',if(e.HAVE_QUALIFICATION=0,'是','否')) field51,ep.DECLARE_YEAR field52,ep.QUALIFICATION_TYPE field53
FROM t_pre_emp_main a FROM t_pre_emp_main a
left join t_pre_employee_info e on a.id=e.PRE_MAIN_ID left join t_pre_employee_info e on a.id=e.PRE_MAIN_ID
left join t_pre_emp_professional_qualification ep on a.id=ep.PRE_MAIN_ID left join t_pre_emp_professional_qualification ep on a.id=ep.PRE_MAIN_ID
left join view_sys_dict_item qualification_type on qualification_type.value=ep.QUALIFICATION_TYPE and qualification_type.type='qualification_type'
<where> <where>
a.STATUS != '5' and ep.id is not null and EXISTS ( a.STATUS != '5' and ep.id is not null and EXISTS (
select 1 from (select a.EMP_IDCARD from t_pre_emp_professional_qualification a left join t_pre_emp_main p on a.PRE_MAIN_ID=p.id where p.STATUS != '5' and p.id is not null GROUP BY a.EMP_IDCARD HAVING count(1)>1) ea where ea.EMP_IDCARD=ep.EMP_IDCARD select 1 from (select a.EMP_IDCARD from t_pre_emp_professional_qualification a left join t_pre_emp_main p on a.PRE_MAIN_ID=p.id where p.STATUS != '5' and p.id is not null GROUP BY a.EMP_IDCARD HAVING count(1)>1) ea where ea.EMP_IDCARD=ep.EMP_IDCARD
......
...@@ -332,7 +332,11 @@ public class TCheckBankNoServiceImpl extends ServiceImpl<TCheckBankNoMapper, TCh ...@@ -332,7 +332,11 @@ public class TCheckBankNoServiceImpl extends ServiceImpl<TCheckBankNoMapper, TCh
} }
} }
} else { } else {
noCurlist.add(check); if (check.getBankNo().length() > 50) {
bankMap.put(check.getBankNo() + CommonConstants.DOWN_LINE_STRING + check.getName(), false);
} else {
noCurlist.add(check);
}
} }
} }
List<TCheckBankNo> saveList = new ArrayList<>(); List<TCheckBankNo> saveList = new ArrayList<>();
......
...@@ -404,8 +404,12 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -404,8 +404,12 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
TCheckIdCard c = new TCheckIdCard(); TCheckIdCard c = new TCheckIdCard();
c.setName(name); c.setName(name);
c.setIdCard(idCard); c.setIdCard(idCard);
List<TCheckIdCard> saveList = new ArrayList<>();
// 安全调用: // 安全调用:
this.doSafetyApi(c, canCheck, userId); this.doSafetyApi(c, canCheck, userId, saveList);
if (!saveList.isEmpty()) {
this.saveBatch(saveList);
}
if (CommonConstants.ONE_INT == c.getIsTrue()) { if (CommonConstants.ONE_INT == c.getIsTrue()) {
return R.ok(); return R.ok();
} else { } else {
...@@ -492,6 +496,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -492,6 +496,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
// 有一个错误,就不传200给前端 // 有一个错误,就不传200给前端
boolean isTrue = true; boolean isTrue = true;
try { try {
List<TCheckIdCard> saveList = new ArrayList<>();
for (TCheckIdCard c : checkList) { for (TCheckIdCard c : checkList) {
if (Common.isNotNull(c.getIdCard()) && Common.isNotNull(c.getName())) { if (Common.isNotNull(c.getIdCard()) && Common.isNotNull(c.getName())) {
lastCard = idCardMap.get(c.getIdCard()); lastCard = idCardMap.get(c.getIdCard());
...@@ -528,7 +533,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -528,7 +533,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
nowApiNum++; nowApiNum++;
apiNum++; apiNum++;
// 安全调用: // 安全调用:
this.doSafetyApi(c, canCheck, userId); this.doSafetyApi(c, canCheck, userId, saveList);
returnMap.put(c.getIdCard() + CommonConstants.DOWN_LINE_STRING + c.getName(), c); returnMap.put(c.getIdCard() + CommonConstants.DOWN_LINE_STRING + c.getName(), c);
} else { } else {
...@@ -549,6 +554,9 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -549,6 +554,9 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
isTrue = false; isTrue = false;
} }
} }
if (!saveList.isEmpty()) {
this.saveBatch(saveList);
}
} catch (Exception e) { } catch (Exception e) {
returnMap.clear(); returnMap.clear();
trueMap.clear(); trueMap.clear();
...@@ -622,7 +630,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -622,7 +630,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
* @Date: 2022/6/27 17:09 * @Date: 2022/6/27 17:09
* @return: void * @return: void
**/ **/
private void doSafetyApi(TCheckIdCard c, boolean canCheck, String userId) { private void doSafetyApi(TCheckIdCard c, boolean canCheck, String userId, List<TCheckIdCard> saveList) {
TCheckIdCard check = new TCheckIdCard(); TCheckIdCard check = new TCheckIdCard();
check.setIdCard(c.getIdCard()); check.setIdCard(c.getIdCard());
Map<String, TCheckIdCard> checkMap = this.getAllMap(check); Map<String, TCheckIdCard> checkMap = this.getAllMap(check);
...@@ -640,7 +648,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -640,7 +648,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
} }
} else { } else {
// 调用花钱的 // 调用花钱的
this.moneyCheck(c, canCheck, userId); this.moneyCheck(c, canCheck, userId, saveList);
} }
} else { } else {
check = checkMap.get(c.getIdCard() + CommonConstants.DOWN_LINE_STRING + c.getName()); check = checkMap.get(c.getIdCard() + CommonConstants.DOWN_LINE_STRING + c.getName());
...@@ -650,19 +658,19 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -650,19 +658,19 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
} else { } else {
// 调用花钱的 // 调用花钱的
this.moneyCheck(c, canCheck, userId); this.moneyCheck(c, canCheck, userId, saveList);
} }
} }
} }
// 调用花钱的 // 调用花钱的
private void moneyCheck(TCheckIdCard c, boolean canCheck, String userId) { private void moneyCheck(TCheckIdCard c, boolean canCheck, String userId, List<TCheckIdCard> saveList) {
// 调用花钱的 // 调用花钱的
ChecksUtil.checkIdCard(c, canCheck); ChecksUtil.checkIdCard(c, canCheck);
c.setCreateUser(userId); c.setCreateUser(userId);
c.setCreateTime(LocalDateTime.now()); c.setCreateTime(LocalDateTime.now());
c.setType(CommonConstants.ONE_INT); c.setType(CommonConstants.ONE_INT);
this.save(c); saveList.add(c);
} }
} }
...@@ -271,8 +271,12 @@ public class TCheckMobileServiceImpl extends ServiceImpl<TCheckMobileMapper, TCh ...@@ -271,8 +271,12 @@ public class TCheckMobileServiceImpl extends ServiceImpl<TCheckMobileMapper, TCh
if (cur != null) { if (cur != null) {
backMap.put(check, cur); backMap.put(check, cur);
} else { } else {
phones.append(check).append(CommonConstants.COMMA_STRING); if (check.length() > 11) {
noCurlist.add(check); backMap.put(check, false);
} else {
phones.append(check).append(CommonConstants.COMMA_STRING);
noCurlist.add(check);
}
} }
} }
if (phones.length() > 0) { if (phones.length() > 0) {
......
...@@ -127,6 +127,10 @@ public interface CacheConstants { ...@@ -127,6 +127,10 @@ public interface CacheConstants {
* 区域数据--值 * 区域数据--值
*/ */
String AREA_VALUE_GROUP = "area_value"; String AREA_VALUE_GROUP = "area_value";
/**
* 区域数据--总-hgw-导出使用
*/
String AREA_VALUE_ALL = "area_all";
/** /**
* 用户登录的项目vo缓存 * 用户登录的项目vo缓存
*/ */
......
...@@ -623,12 +623,16 @@ public class DiyExcelImportUtil implements Serializable { ...@@ -623,12 +623,16 @@ public class DiyExcelImportUtil implements Serializable {
if (Common.isNotNull(attr.dateFormat())) { if (Common.isNotNull(attr.dateFormat())) {
format = attr.dateFormat(); format = attr.dateFormat();
} }
dateValue = DateUtil.stringDateFormat(c.trim(), format); if ("taxMonth".equals(shuName) && c.length() != 6) {
if (null == dateValue) {
errorFormat.append(attr.name()).append(";"); errorFormat.append(attr.name()).append(";");
} else { } else {
startDateMap.put(shuName, dateValue); dateValue = DateUtil.stringDateFormat(c.trim(), format);
tempStr = c.trim(); if (null == dateValue) {
errorFormat.append(attr.name()).append(";");
} else {
startDateMap.put(shuName, dateValue);
tempStr = c.trim();
}
} }
} }
} }
......
...@@ -154,6 +154,38 @@ public class AreaController { ...@@ -154,6 +154,38 @@ public class AreaController {
redisUtil.set(CacheConstants.AREA_VALUE_GROUP,labelIdMap); redisUtil.set(CacheConstants.AREA_VALUE_GROUP,labelIdMap);
} }
} }
/**
* @param
* @Description: 获取所有区域list
* @Author: hgw
* @Date: 2024/10/28 15:55
* @return: com.yifu.cloud.plus.v1.yifu.admin.api.vo.AreaMap
**/
@Inner
@PostMapping("/inner/getAreaMapAll")
public AreaMap getAreaMapAll() {
Map<String, String> idLabelMap = (Map<String, String>) redisUtil.get(CacheConstants.AREA_VALUE_ALL);
if (Common.isEmpty(idLabelMap)){
idLabelMap = initAreaAllRedis();
}
AreaMap map = new AreaMap();
map.setIdLabelMap(idLabelMap);
return map;
}
private Map<String, String> initAreaAllRedis() {
List<SysArea> allAreas = sysAreaService.getAllArea();
Map<String, String> idLabelMap = new HashMap<>();
if (Common.isNotNull(allAreas)) {
for (SysArea area : allAreas) {
idLabelMap.put(CacheConstants.AREA_VALUE_ALL +CommonConstants.DOWN_LINE_STRING+ area.getId(), area.getAreaName());
}
redisUtil.set(CacheConstants.AREA_VALUE_ALL, idLabelMap);
}
return idLabelMap;
}
/** /**
* @Author fxj * @Author fxj
* @Description 地区map * @Description 地区map
......
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