moonsflyer hace 5 meses
padre
commit
55972fd0b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/adminapi/validate/info/InfoCategoryValidate.php

+ 1 - 1
app/adminapi/validate/info/InfoCategoryValidate.php

@@ -83,7 +83,7 @@ class InfoCategoryValidate extends BaseValidate
         }
         $result = InfoCategory::where($where)->select()->toArray();
         if ($result) {
-            return '该分类已存在';
+            return '该分类名称已存在';
         }
         return true;
     }