Commit ffc45ee8 authored by hujun's avatar hujun

<>3

parent a33d9599
...@@ -69,7 +69,7 @@ class Login extends Basic ...@@ -69,7 +69,7 @@ class Login extends Basic
$fields = 'a.id,a.store_id,a.auth_group_id,a.district_id,a.level,a.name,a.phone,a.sex,a.img,a.status,a.admin_off $fields = 'a.id,a.store_id,a.auth_group_id,a.district_id,a.level,a.name,a.phone,a.sex,a.img,a.status,a.admin_off
,b.store_name,c.district_name,a.site_id'; ,b.store_name,c.district_name,a.site_id';
// $where['a.status'] = ['<>', 3]; $where['a.status'] = ['<>', 3];
try { try {
$where['password'] = md5($password); $where['password'] = md5($password);
$where['phone'] = trim($name); $where['phone'] = trim($name);
......
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