|
@@ -38,7 +38,7 @@ class ThirdOrdersLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
public function setSearch(): array
|
|
public function setSearch(): array
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
- '=' => ['orderId', 'productId', 'productName', 'third_type', 'request_msg'],
|
|
|
|
|
|
|
+ '=' => ['orderId','uni_order_id','work_id', 'productId', 'productName', 'third_type', 'request_msg'],
|
|
|
|
|
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|
|
@@ -56,7 +56,7 @@ class ThirdOrdersLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
public function lists(): array
|
|
public function lists(): array
|
|
|
{
|
|
{
|
|
|
return ThirdOrders::where($this->searchWhere)
|
|
return ThirdOrders::where($this->searchWhere)
|
|
|
- ->field(['id', 'orderId', 'productId', 'productName', 'third_type', 'request_msg','uni_order_id','work_id','create_time'])
|
|
|
|
|
|
|
+ ->field(['id', 'orderId', 'productId', 'productName', 'third_type', 'request_msg','uni_order_id','work_id','create_time','bookStatus','verifyStatus'])
|
|
|
->limit($this->limitOffset, $this->limitLength)
|
|
->limit($this->limitOffset, $this->limitLength)
|
|
|
->order(['id' => 'desc'])
|
|
->order(['id' => 'desc'])
|
|
|
->select()
|
|
->select()
|