淘宝退款、用户提现筛选
This commit is contained in:
@@ -8,6 +8,14 @@ class CashOut extends Model
|
||||
{
|
||||
protected $table = 'cash_out';
|
||||
|
||||
|
||||
/**
|
||||
* @description: 处理搜索
|
||||
* @param {*}
|
||||
* @return {*}
|
||||
*/
|
||||
public function search($where = [], $fields = '*', $order = 'id desc', $limit = '50', $where_str = '')
|
||||
{
|
||||
return $this->field($fields)->where($where)->where($where_str)->order($order)->limit($limit)->fetchAll();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user