瀏覽代碼

修改导出的问题

lvhao 6 月之前
父節點
當前提交
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)
             {