Commit ea6e70f6 authored by fangxinjiang's avatar fangxinjiang

优化-fxj

parent 49c71ff0
...@@ -1670,6 +1670,8 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -1670,6 +1670,8 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
if (preVo.getServerItem().contains("合同") && Common.isNotNull(preVo.getEmployeeContractPreVos())) { if (preVo.getServerItem().contains("合同") && Common.isNotNull(preVo.getEmployeeContractPreVos())) {
preVo.setContractIsBuy(preVo.getEmployeeContractPreVos().getContractFlag()); preVo.setContractIsBuy(preVo.getEmployeeContractPreVos().getContractFlag());
BeanUtils.copyProperties(preVo.getEmployeeContractPreVos(),employeeContractPreVo); BeanUtils.copyProperties(preVo.getEmployeeContractPreVos(),employeeContractPreVo);
//批量默认为否
preVo.setContractIsBuy(CommonConstants.ONE_STRING);
//生成合同待购买数据 //生成合同待购买数据
String errorStr = null; String errorStr = null;
try { try {
......
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