Commit 2c26d6a5 by 杨树贤

去掉调试代码

parent ad432167
Showing with 0 additions and 1 deletions
......@@ -47,7 +47,6 @@ class UserService
AutoAssignCustomerService::incAssignNumByDepartmentId($assign['department_id']);
}
$salesEmail = CmsUserModel::where('userId', $salesId)->value('email');
$salesEmail = 'zhy@ichunt.com';
try {
//发送提醒邮件
Mail::to($salesEmail)->send(new UserRegisterNotification());
......
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 sign in to comment