Commit c82ec482 authored by 李灿灿's avatar 李灿灿

替换接口调试

parent ee3ae9e1
......@@ -268,6 +268,13 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
newDetail.setEmpIdcardNo(success.getReplaceEmpIdcardNo());
newDetail.setDeptNo(success.getReplaceDeptNo());
newDetail.setPost(success.getPost());
//其他状态置为空
newDetail.setIsOverdue(null);
newDetail.setIsUse(null);
newDetail.setIsEffect(null);
newDetail.setReduceHandleStatus(null);
//替换不参与结算
newDetail.setDefaultSettleId(null);
Boolean insert = this.save(newDetail);
//替换记录
if (insert){
......
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