修改患者名称,评价名称

This commit is contained in:
2023-05-12 15:42:39 +08:00
parent 04d6efefd5
commit 8406551ce1
5 changed files with 126 additions and 104 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ class LoginService extends BaseService
// 新增用户表
$data = array();
$data['user_name'] = substr($phone_info['phone_info']['purePhoneNumber'],-4);
$data['user_name'] = 'gdxz' . substr($phone_info['phone_info']['purePhoneNumber'],-4) . mt_rand(10000,99999);
$data['mobile'] = $phone_info['phone_info']['purePhoneNumber'];
$data['wx_mobile'] = $phone_info['phone_info']['purePhoneNumber'];
$data['user_type'] = $user_type;
@@ -289,7 +289,7 @@ class LoginService extends BaseService
// 新增用户表
$data = array();
$data['user_name'] = substr($phone,-4);
$data['user_name'] = 'gdxz' . substr($phone,-4) . mt_rand(10000,99999);;
$data['mobile'] = $phone;
$data['wx_mobile'] = $phone;
$data['user_type'] = $user_type;