Commit 385789bb authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 57184972
...@@ -418,7 +418,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra ...@@ -418,7 +418,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
} catch (Exception e) { } catch (Exception e) {
// 更新合同: // 更新合同:
if (Common.isNotNull(contract.getContractId())) { if (Common.isNotNull(contract.getContractId())) {
TEmployeeContractInfo empContract = contractInfoService.getById(contractPre.getContractId()); TEmployeeContractInfo empContract = contractInfoService.getById(contract.getContractId());
empContract.setDeleteFlag(CommonConstants.ONE_INT); empContract.setDeleteFlag(CommonConstants.ONE_INT);
contractInfoService.updateById(empContract); contractInfoService.updateById(empContract);
} }
......
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