Commit 56bfa03a authored by chenzhao's avatar chenzhao

投融资质押关系tishi

parent 11e48397
......@@ -100,7 +100,7 @@ public class FinancingRegionalServiceImpl extends BaseService<FinancingRegionalD
models.add(financingRegional);
});
if (CollectionUtil.isNotEmpty(exitNames)) {
throw new BadRequest(String.join(",",exitNames)+"已存在质押关系,无需重新绑定。");
throw new BadRequest(String.join(",",exitNames)+"与融资机构已存在质押关系,请去编辑添加。");
}
this.saveBatch(models);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment