REQ-3581: 下载合同
This commit is contained in:
parent
18712e1cba
commit
30ceccd7a2
@ -159,7 +159,7 @@ public class EssService {
|
||||
public void saveContractSnapshot(String essContractId) {
|
||||
EssContract c = transactionTemplate.execute(unused -> {
|
||||
EssContract contract = essContractDao.getOrThrow(essContractId);
|
||||
contract.getRecordExt().setShouldDownloadContract(true);
|
||||
contract.getOrCreateExt().setShouldDownloadContract(true);
|
||||
essContractDao.updateExt(contract);
|
||||
return contract;
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user