正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -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){ |
-
请 注册 或 登录 后发表评论