修改订单查询状态

This commit is contained in:
2026-01-15 22:01:13 +08:00
parent f7328c614a
commit daae84b827

View File

@@ -1068,6 +1068,7 @@ class OrderLogic extends LogicBase
break; break;
case 'delivery': case 'delivery':
$where[] = ['pay_status', '=', 1]; $where[] = ['pay_status', '=', 1];
$where[] = ['order_status', '=', 1];
break; break;
case 'finish': case 'finish':
$where[] = ['pay_status', '=', 1]; $where[] = ['pay_status', '=', 1];