Commit 6dd69e5e by kangxiaoshan

操作日志

parent 137d04ce
......@@ -1164,11 +1164,13 @@ public class ContractServiceImpl implements ContractService {
if (ContractStatusEnum.CANCEL.getKey().equals(status)) {
contract.setStatus(status);
changeDelInfo.setDetail("废弃合同");
changeDelInfo.setSourceId(contract.getId());
this.saveChangeDelInfo(changeDelInfo,4,2,ip,loginUser); // type 2 修改
} else {
changeDelInfo.setDetail("删除合同");
changeDelInfo.setOriginal(contract.getStatus());
changeDelInfo.setSourceId(contract.getId());
this.saveChangeDelInfo(changeDelInfo,4,1,ip,loginUser);
contract.setStatus(ContractStatusEnum.DELETE.getKey());
......
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