cqp 11 months ago
parent
commit
7be7ab1b20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/EmployeeService.php

+ 1 - 1
app/Service/EmployeeService.php

@@ -462,7 +462,7 @@ class EmployeeService extends Service
                     });
                 })->exists();
         }
-        if($bool) return [false,'工号、手机号码或身份证已存在'];
+        if($bool) return [false,'工号、手机号码或身份证已存在,请核对以上信息'];
 
         return [true,''];
     }