Sfoglia il codice sorgente

修改导出的问题

lvhao 6 mesi fa
parent
commit
1b85e70d98
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      core/CoreApp/controllers/Transfer.php

+ 6 - 1
core/CoreApp/controllers/Transfer.php

@@ -1297,7 +1297,12 @@ class Transfer extends Start_Controller {
             }
             }
 			if($type)
 			if($type)
             {
             {
-                $cr  .= " and type = '".$type."'";
+                //$cr  .= " and type = '".$type."'";
+				if($type == 3){
+					$cr  .= " and is_over = 0 ";
+				}else{
+					$cr  .= " and type = '".$type."' ";
+				}
             }
             }
 			if($purchase)
 			if($purchase)
             {
             {