|
@@ -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;
|
|
$listSql = "select ".$filed." from ".$table." where ".$where." order by ".$order." limit ".$limit;
|
|
$countSql = "select count(*) as count from ".$table." where ".$where;
|
|
$countSql = "select count(*) as count from ".$table." where ".$where;
|
|
log::record("----countSql----");
|
|
log::record("----countSql----");
|