@@ -199,7 +199,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
}
//代储合同
- if ("1".equals(contractManagementInfo.getContractType())&&"代储合同".equals(contractManagementInfo.getAgreementType())) {
+ else if ("1".equals(contractManagementInfo.getContractType())&&"代储合同".equals(contractManagementInfo.getAgreementType())) {
boolean isStartWorkflow = StringUtils.isBlank(contractManagementInfo.getWorkflowId());
// 不是退回的单子
if (isStartWorkflow) {