Commit 815531de authored by chenzhao's avatar chenzhao

质押关系

parent 56bfa03a
......@@ -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