renqianlong 1 năm trước cách đây
mục cha
commit
2d7b3f2c79

+ 2 - 2
zhongzheng-system/src/main/java/com/zhongzheng/modules/bs/company/service/impl/CompanyCertificateServiceImpl.java

@@ -548,9 +548,9 @@ public class CompanyCertificateServiceImpl extends ServiceImpl<CompanyCertificat
                 break;
         }
         if (!errorCompanies.isEmpty()){
-            return "false";
+            return "存在错误公司名称";
         }else {
-            return "true";
+            return "导入成功";
         }
     }
 }