chengf
2025-09-15 ebf6117ccea680eae81a91f2fa355ce3a76eb621
service-job/src/main/java/com/java110/job/importData/adapt/ImportContractQueueDataAdapt.java
@@ -73,10 +73,10 @@
                contractPo.setaPartyaId(contractPartyaDtos.get(0).getPartyaId());
                contractPo.setPartyA(contractPartyaDtos.get(0).getPartyA());
            } else {
                throw new IllegalArgumentException("存在多个名为"+contractPo.getaPartyaId()+"的甲方");
                throw new IllegalArgumentException("不存在或存在多个名为"+contractPo.getaPartyaId()+"的甲方");
            }
        } catch (IllegalArgumentException e){
            throw new IllegalArgumentException("存在多个名为"+contractPo.getaPartyaId()+"的甲方");
            throw new IllegalArgumentException("不存在或存在多个名为"+contractPo.getaPartyaId()+"的甲方");
        } catch (Exception e){
            throw new IllegalArgumentException("甲方主体不存在");
        }