Commit 9ca4e6bb authored by EDY's avatar EDY

优化

parent 434d4f9f
......@@ -135,6 +135,8 @@ public class BaseContractInfoServiceImpl implements IBaseContractInfoService {
baseContractAuditRecord.setJd(2);
baseContractAuditRecord.setCz(1);
baseContractAuditRecord.setClyj(baseContractInfo.getBz());
baseContractAuditRecord.setCreateTime(new Date());
baseContractAuditRecord.setCreateBy(user.getNickName());
baseContractAuditRecordMapper.insertBaseContractAuditRecord(baseContractAuditRecord);
}
return baseContractInfoMapper.updateBaseContractInfo(baseContractInfo);
......
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