作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

统计

... ... @@ -399,7 +399,7 @@ class OrderController extends AdminBaseController
$status = empty($param['status']) ? '' : $param['status'];
if (!empty($status)) {
$status = explode('*',$status);
$where['status'] = ['in', "$status"];
$where['status'] = ['in', $status];
}
$logistics_id = empty($param['logistics_id']) ? '' : $param['logistics_id'];
if (!empty($logistics_id)) {
... ...