Commit 84e09ca1 authored by 单奇雲's avatar 单奇雲

调试接口

parent 341bc9ab
......@@ -21,7 +21,8 @@
route_path,
rl.level,
CONCAT('level_',rl.level) as level_str,
IF(is_region = 'TRUE',1,0) as is_region
IF(is_region = 'TRUE',1,0) as is_region,
R.position3d
from f_risk_source R
left join f_risk_level rl on rl.id = R.risk_level_id
where 1=1
......
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