zhangyuewww 3 gadi atpakaļ
vecāks
revīzija
e24dc7408a

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/ContractManagementInfoServiceImpl.java

@@ -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());
                 boolean isStartWorkflow = StringUtils.isBlank(contractManagementInfo.getWorkflowId());
                 // 不是退回的单子
                 // 不是退回的单子
                 if (isStartWorkflow) {
                 if (isStartWorkflow) {