提交 21771ac5 authored 作者: chengye's avatar chengye

修改地图坐标图片颜色

上级 bba2d232
......@@ -19,7 +19,7 @@ class Count extends Base
public function area(){
$areaSql = "select sc.`VALUE` as id, sc.name as `qy` from s_dictionary sc where sc.type = 'JZ_QY' and sc.`VALUE` like 'QYLB-%'";
$areaSql = "select sc.`VALUE` as id, sc.name as `qy` from s_dictionary sc where sc.type = 'JZ_QY' and sc.`VALUE` like 'QYLB-%' and sc.`VALUE` not in ('QYLB-001','QYLB-002','QYLB-016','QYLB-017' ,'QYLB-018')";
$ares = Db::query($areaSql);
$values = [];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论