544782275@qq.com 3 年之前
父节点
当前提交
d00f210d3c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/store/controller/Order.php

+ 1 - 0
application/store/controller/Order.php

@@ -82,6 +82,7 @@ class Order extends Controller
         if($engineer_id > 0){
             $query->where('a.worker_id = '.$engineer_id.' or a.status = 1');
         }*/
+        $query->where('a.is_deleted', 0);
         if (isset($_GET['order_no']) && $_GET['order_no']) {
             $query->where('a.order_no', 'like','%'.$_GET['order_no'].'%');
         }