Explorar o código

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

fuyu %!s(int64=5) %!d(string=hai) anos
pai
achega
553776b622
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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----");