Commit ac6373e6 authored by hezhuozhi's avatar hezhuozhi

Merge remote-tracking branch 'origin/developer' into developer

parents 0117a19e 80dffa17
...@@ -100,7 +100,7 @@ public class FinancingRegionalServiceImpl extends BaseService<FinancingRegionalD ...@@ -100,7 +100,7 @@ public class FinancingRegionalServiceImpl extends BaseService<FinancingRegionalD
models.add(financingRegional); models.add(financingRegional);
}); });
if (CollectionUtil.isNotEmpty(exitNames)) { if (CollectionUtil.isNotEmpty(exitNames)) {
throw new BadRequest(String.join(",",exitNames)+"与融资机构已存在质押关系,请去编辑添加。"); throw new BadRequest(String.join(",",exitNames)+"与融资机构已存在质押关系,请去编辑操作。");
} }
this.saveBatch(models); 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