修改判断状态
This commit is contained in:
parent
de8d2695ab
commit
06bab15ecb
@ -448,7 +448,7 @@ class PatientOrderService extends BaseService
|
||||
if (!empty($order_product_status) && $order_product_status != 0) {
|
||||
// 入参订单状态(1:待支付 2:待发货 3:已发货 4:已签收 5:已取消)
|
||||
// 数据库订单状态(1:待支付 2:待发货 3:已发货 4:已签收 5:已取消)
|
||||
$params['inquiry_status_params'] = $order_product_status;
|
||||
$params['order_product_status'] = $order_product_status;
|
||||
}
|
||||
|
||||
$params['is_delete'] = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user