更新 OpurchaseclassLists.php 文件中的查询字段。
This commit is contained in:
parent
73c992abd7
commit
99c2020aa2
@ -55,7 +55,7 @@ class OpurchaseclassLists extends BaseAdminDataLists implements ListsSearchInter
|
||||
$this->where=$where;
|
||||
return Opurchaseclass::where($this->searchWhere)
|
||||
->where($where)
|
||||
->field(['id', 'merchant', 'order_arr', 'cart_id', 'number', 'total', 'deduction_price', 'actual', 'money', 'paid'])
|
||||
->field(['id', 'merchant', 'order_arr', 'cart_id', 'number', 'total', 'deduction_price', 'actual', 'money', 'paid','is_opurchase'])
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()->each(function($data){
|
||||
|
Loading…
x
Reference in New Issue
Block a user