Commit 8d67df47 authored by zhuwei's avatar zhuwei

bug

parent a2ada7b7
...@@ -29,7 +29,7 @@ class USpreadUser extends Model ...@@ -29,7 +29,7 @@ class USpreadUser extends Model
//->alias('a') //->alias('a')
->where($params)->whereOr($where_or) ->where($params)->whereOr($where_or)
->select(); ->select();
echo $this->getLastSql(); //echo $this->getLastSql();
return $result; return $result;
} }
......
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