作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

代理人注册

@@ -40,10 +40,10 @@ class OrderInfoModel extends Model @@ -40,10 +40,10 @@ class OrderInfoModel extends Model
40 ->join('cmf_insurance_company i_c','c.insurance_company_id = i_c.id') 40 ->join('cmf_insurance_company i_c','c.insurance_company_id = i_c.id')
41 ->where($where1) 41 ->where($where1)
42 ->whereOr($whereor) 42 ->whereOr($whereor)
43 -// ->fetchSql()  
44 - ->select()->toArray();  
45 -// echo $data;  
46 -// exit(); 43 + ->fetchSql()
  44 + ->select();//->toArray();
  45 + echo $data;
  46 + exit();
47 return $data; 47 return $data;
48 } 48 }
49 public function selectData($where1,$whereor=null){ 49 public function selectData($where1,$whereor=null){