Ver código fonte

提交数据

lvhao 5 meses atrás
pai
commit
555f6a6eb0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      core/CoreApp/controllers/Transfer.php

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

@@ -1243,7 +1243,7 @@ class Transfer extends Start_Controller {
 		}
 		$id = $list[0]['id'];
 		$scan_time = $list[0]['time'];
-		if($list[0]['type'] == 1){
+		if($list[0]['type'] == 2){
 			if(time() - $scan_time < 3600 * 24 * 3){
 				$this->systemtransfer_cr->save([
 					'extra_status'=>0,