Commit 5bd8df75 authored by suhuiguang's avatar suhuiguang

style(jg): 企业删除

1.删除提示调整
parent d44527da
......@@ -191,7 +191,7 @@ public class EnterpriseManageServiceImpl {
}
private void buildDeleteCheckFailureMsg(List<String> useNames, String type) {
String msg = String.format("企业:%s下存在%s,请先删除%s后再操作!", String.join("、", useNames), type, type);
String msg = String.format("企业:%s下存在%s,请先联系企业删除%s后再操作!", String.join("、", useNames), type, type);
throw new BadRequest(msg);
}
......
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