Commit 0dfcf3c5 authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 4fde56fc
...@@ -33,7 +33,7 @@ public interface TEmployeeContractPreMapper extends BaseMapper<TEmployeeContract ...@@ -33,7 +33,7 @@ public interface TEmployeeContractPreMapper extends BaseMapper<TEmployeeContract
List<TEmployeeContractPreExportVo> getTEmployeeContractPreExport(@Param("tEmployeeContractPre") TEmployeeContractPreSearchVo tEmployeeContractPre); List<TEmployeeContractPreExportVo> getTEmployeeContractPreExport(@Param("tEmployeeContractPre") TEmployeeContractPreSearchVo tEmployeeContractPre);
List<EmployeeContractVO> getDisPatcherContractList(@Param("idList") List<String> idList,@Param("statusList") List<String> statusList); List<EmployeeContractVO> getDisPatcherContractList(@Param("idList") List<String> idList,@Param("statusList") List<String> statusList,@Param("type") String type);
List<TEmployeeContractPre> getAllUnconfimData(); List<TEmployeeContractPre> getAllUnconfimData();
......
...@@ -266,7 +266,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra ...@@ -266,7 +266,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
} }
//发起派单 //发起派单
List<ErrorMessage> errorMessageListAll = new ArrayList<>(); List<ErrorMessage> errorMessageListAll = new ArrayList<>();
List<EmployeeContractVO> excelVOList = baseMapper.getDisPatcherContractList(idList,CommonConstants.socialInfoStatus); List<EmployeeContractVO> excelVOList = baseMapper.getDisPatcherContractList(idList,CommonConstants.socialInfoStatus,type);
if (Common.isNotNull(excelVOList) && !excelVOList.isEmpty()) { if (Common.isNotNull(excelVOList) && !excelVOList.isEmpty()) {
List<EmployeeContractVO> disList; List<EmployeeContractVO> disList;
int k = 0; int k = 0;
......
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