更新 OpurchaseclassLists.php 文件中的查询字段。

This commit is contained in:
mkm 2024-05-23 11:03:52 +08:00
parent 73c992abd7
commit 99c2020aa2

View File

@ -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){