소스 검색

提交数据

lvhao 5 달 전
부모
커밋
555f6a6eb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,