Commit b5cf683d authored by weijinyin's avatar weijinyin

1

parent c2b9faa3
......@@ -128,7 +128,8 @@ class market_bid_house_manage extends MY_Controller {
$arrBroker = array('id' => $this->uid);
$searchWhere = array('esta' => 1, 'uid' => $arrBroker['id'], 'agentcode' => 'B000');
//$searchWhere = array('esta' => 1, 'uid' => $arrBroker['id'], 'agentcode' => 'B000');
$searchWhere = array('esta' => 1, 'uid' => $arrBroker['id']);
$keywords = $this->input->get("keywords");
$infotype = $this->input->get('infotype');
......
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