Commit 8f453234 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-还原撤销签署状态

parent ea92b265
...@@ -561,6 +561,9 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr ...@@ -561,6 +561,9 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
contractPre.setContractId(tEmployeeContractInfo.getId()); contractPre.setContractId(tEmployeeContractInfo.getId());
contractPre.setErrorInfo(""); contractPre.setErrorInfo("");
contractPre.setErrorTime(null); contractPre.setErrorTime(null);
contractPre.setSignFlag(CommonConstants.ONE_STRING);
contractPre.setRevokeReason("");
contractPreMapper.updateById(contractPre); contractPreMapper.updateById(contractPre);
} }
} }
......
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