REQ-3581: 备份
This commit is contained in:
parent
2886f85d7d
commit
fb7446f133
@ -138,10 +138,10 @@ public class ContractManager {
|
||||
//noinspection DataFlowIssue
|
||||
if (reloadContract.getState().isFinalState()) {
|
||||
log.warn("合同已是最终状态[{}], 无法更新状态", reloadContract.getState().getDescription());
|
||||
return;
|
||||
} else {
|
||||
essContractDao.updateState(contract, state, details);
|
||||
broadcaster.fireContractStateChanged(contract);
|
||||
}
|
||||
essContractDao.updateState(contract, state, details);
|
||||
broadcaster.fireContractStateChanged(contract);
|
||||
}
|
||||
|
||||
private EssPerson getContractCreatorOrThrow(EssContract contract) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user