Commit a999925d authored by suhuiguang's avatar suhuiguang

Merge branch 'develop_tzs_main' into develop_tzs_register

parents 5974e866 5bd8df75
...@@ -191,7 +191,7 @@ public class EnterpriseManageServiceImpl { ...@@ -191,7 +191,7 @@ public class EnterpriseManageServiceImpl {
} }
private void buildDeleteCheckFailureMsg(List<String> useNames, String type) { 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); 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