修改订单查询状态
This commit is contained in:
@@ -1068,6 +1068,7 @@ class OrderLogic extends LogicBase
|
||||
break;
|
||||
case 'delivery':
|
||||
$where[] = ['pay_status', '=', 1];
|
||||
$where[] = ['order_status', '=', 1];
|
||||
break;
|
||||
case 'finish':
|
||||
$where[] = ['pay_status', '=', 1];
|
||||
|
||||
Reference in New Issue
Block a user