修改分配规则
This commit is contained in:
@@ -106,6 +106,7 @@ class OrderInquiryCase extends Model
|
||||
$query->where($order_inquiry_params);
|
||||
})
|
||||
->where($params)
|
||||
->orderBy('finish_time','desc')
|
||||
->first($fields);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user