lvhao 6 месяцев назад
Родитель
Сommit
1b85e70d98
1 измененных файлов с 6 добавлено и 1 удалено
  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)
             {
-                $cr  .= " and type = '".$type."'";
+                //$cr  .= " and type = '".$type."'";
+				if($type == 3){
+					$cr  .= " and is_over = 0 ";
+				}else{
+					$cr  .= " and type = '".$type."' ";
+				}
             }
 			if($purchase)
             {