Commit c63eb420 authored by zhuwei's avatar zhuwei

商铺列表

parent 87e4cd90
......@@ -150,7 +150,7 @@ class Shop extends Basic
//residue_type 0已租,1求租
if (!empty($params['residue_type'])) {
if($params['agent_type'] == 1){
if($params['residue_type'] == 1){
$conditions['residue_num'] = array('gt',0);
}else{
$conditions['residue_num'] = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment