提交 5f30a4ab authored 作者: chengye's avatar chengye

测试sql

上级 4dfaa86a
...@@ -27,6 +27,7 @@ class Index extends Model ...@@ -27,6 +27,7 @@ class Index extends Model
and aa.del_flag = 0 ".$where; and aa.del_flag = 0 ".$where;
$data = Db::query($sql); $data = Db::query($sql);
var_dump($data);
return $data; return $data;
} }
...@@ -46,8 +47,6 @@ class Index extends Model ...@@ -46,8 +47,6 @@ class Index extends Model
and aa.business_line = cc.id and aa.business_line = cc.id
and aa.jz_qy = dd.id and aa.jz_qy = dd.id
and aa.del_flag = 0 ".$where); and aa.del_flag = 0 ".$where);
var_dump($data);die;
return $data[0]['numb']; return $data[0]['numb'];
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论