wugg 3 年之前
父节点
当前提交
13d35e9365
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/Admin/controller/Order.php

+ 1 - 1
application/Admin/controller/Order.php

@@ -180,7 +180,7 @@ FROM
 	LEFT JOIN fc_account k ON k.id = a.accountid
 	LEFT JOIN fc_rela_account n ON n.accountid = a.accountid
 	LEFT JOIN fc_account_info v ON v.id = n.account_info 
-    where a.status=1
+    where a.status=1 and a.is_del=0
     ";
         $list = Db::query($sql);
         if(empty($list)){