wugg пре 3 година
родитељ
комит
dcb462d37a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/Admin/controller/Order.php

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

@@ -184,7 +184,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 is_del =0
     ";
         $list = Db::query($sql);
         if(empty($list)){