Commit 1a208c54 authored by hujun's avatar hujun

user_name

parent 66118c77
...@@ -49,6 +49,8 @@ class ReportService ...@@ -49,6 +49,8 @@ class ReportService
$userResult["user_phone"] = $userArr["user_phone"]; $userResult["user_phone"] = $userArr["user_phone"];
if (empty($userArr['user_name'])) { if (empty($userArr['user_name'])) {
$userResult["user_name"] = $userArr["user_nick"]; $userResult["user_name"] = $userArr["user_nick"];
} else {
$userResult["user_name"] = $userArr["user_name"];
} }
} else { } else {
return null; return null;
......
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