wugg il y a 3 ans
Parent
commit
dcb462d37a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)){