lvhao 1 일 전
부모
커밋
f69c182c7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/models/Model_check.php

+ 1 - 1
core/CoreApp/models/Model_check.php

@@ -65,7 +65,7 @@ class Model_check extends Lin_Model
 			];
 		}
 		$limit_time = time() - 72*60*60;
-		$info =  $this->find("(status = 1)   and  (addtime >=  ".$limit_time.") and ((check_name = '".$check_name."') or (check_address like '%".$check_address."%'))","*",'addtime DESC');	
+		$info =  $this->find("(status = 1)   and  (addtime >=  ".$limit_time.") and ((check_name = '".$check_name."') or (check_address like BINARY '%".$check_address."%'))","*",'addtime DESC');	
 		if(empty($info)){
 			return [
 				'code'=>-1,