Commit de1a0768 authored by hujun's avatar hujun

id

parent 389abee7
......@@ -330,7 +330,7 @@ class Shop extends Basic
b.enter_num,b.external_item_advantage as item_advantage,b.sign_rule,b.do_business_date, b.opening_date,b.traffic,
b.auditorium,b.tiny_brochure_url,b.start_business_date,b.fee_rule,b.age_limit,b.payment_month,b.deposit_month,b.external_slotting_fee,
b.area_width,b.depth,b.electric_quantity,b.voltage,b.exhaust_fume,b.running_water,b.downriver,b.business_scope,b.decoration
,b.rim_mating,b.section,b.crowd,b.other,a.is_show_image,a.fit_industry_type";
,b.rim_mating,b.section,b.crowd,b.other,a.is_show_image,a.fit_industry_type,a.floor";
$conditions['a.status'] = array("eq", 1);
$conditions['a.is_show'] = array('eq', 0); //c端只显示公开楼盘
......
......@@ -88,7 +88,11 @@ class CellPhone extends Basic
}
if (!empty($this->params['user_type'])) {
$where['user_type'] = $this->params['a.user_type'];
$where['a.user_type'] = $this->params['user_type'];
}
if (!empty($this->params['id'])) {
$where['a.id'] = $this->params['id'];
}
$list = $report->getCallList($pageNo, $pageSize, 'id desc', $field, $where);
......
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