소스 검색

Merge branch 'pro' of http://code.pacsonline.cn/zskk_bg/yuanchengpasc into pro

fuyu 5 년 전
부모
커밋
553776b622
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      application/inter/controller/Reciveremote.php

+ 2 - 1
application/inter/controller/Reciveremote.php

@@ -303,7 +303,8 @@ class Reciveremote extends Base
                     }
                 }
             }
-            $where = $where1." and ".$where2." and ".$where3.$queryWhere.'and e.status=1' ;
+            $where = $where1." and ".$where2." and ".$where3.$queryWhere." and e.status = '1'" ;
+
             $listSql = "select ".$filed." from ".$table." where ".$where." order by ".$order." limit ".$limit;
             $countSql = "select count(*) as count from ".$table." where ".$where;
             log::record("----countSql----");