|
|
@@ -26,7 +26,7 @@ class FirmOrderLists extends BaseApiDataLists implements ListsSearchInterface
|
|
|
{
|
|
|
$where = [];
|
|
|
$where[] = ['order_type','=',0];
|
|
|
- // $where[] = ['user_id','=',$this->userId];
|
|
|
+ $where[] = ['user_id','=',$this->userId];
|
|
|
// 创建时间
|
|
|
if (!empty($this->params['create_time'])) {
|
|
|
$time = [strtotime($this->params['create_time'][0]), strtotime($this->params['create_time'][1])];
|