REQ-3581: 加上上下文
This commit is contained in:
parent
6255732a4e
commit
891b084579
@ -205,7 +205,7 @@ public class EssService {
|
||||
log.info("合同不需要下载PDF, contract={}", contract);
|
||||
return;
|
||||
}
|
||||
// 终状的时间肯定无需重复下载
|
||||
// 终状的合同肯定无需重复下载
|
||||
if (contract.isFinalState() && contract.isUploadedToOss()) {
|
||||
log.info("合同已是终态且已下载PDF, contract={}", contract);
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user