edit-admin-order_list

This commit is contained in:
lccsw
2022-04-24 14:46:58 +08:00
parent 0e11a46cd1
commit 5e04a5319b
2 changed files with 4 additions and 2 deletions
@@ -55,7 +55,9 @@ class Orders extends HD_Controller
}
$cate = $where = array();
$where["$t1.status<>"] = -1;
$where["$t1.id>="] = $old_oid;
if(strlen($value['pid_status']) && $value['pid_status']){
$where["$t1.id>="] = $old_oid;
}
if(is_product()){
$where["{$t1}.brand_id<>3"] = null;//狸车品牌不显示
$where["{$t1}.biz_id<>1"] = null;//biz_id=1不显示
+1 -1
View File
@@ -191,7 +191,7 @@ class Ordersv2List
if ($params['status_pid'] == 4) { //交付需要开票后才显示
$where["{$this->t1}.id in (select o_id from lc_receiver_order_status where pid_status=3 and status=1)"] = null;
}
if (strlen($params['status_pid'])) {
if (strlen($params['status_pid']) && $params['status_pid']) {
$where["{$this->t1}.id>="] = Orders_v2_entity::V2_START_ID;
}