lvhao 12 시간 전
부모
커밋
4e88906f46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Beihuogl.php

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

@@ -498,7 +498,7 @@ class Beihuogl extends Start_Controller {
             $where .= " and add_time >= ".$ktime."  and add_time  < ".$jtime." ";
 
             if(!empty($sqr)){
-                $where .= " and sqr = ".$sqr." ";
+                $where .= " and sqr = '".$sqr."' ";
             }
             if(!empty($shop_id)){
                 $where .= " and shop_id = ".$shop_id." ";