Commit 4b1f1790 authored by chenzhao's avatar chenzhao

修改代码

parent ea1e1868
...@@ -941,7 +941,8 @@ ...@@ -941,7 +941,8 @@
CONCAT(p.shot_min_number,'-',p.shot_max_number) shotNumber, CONCAT(p.shot_min_number,'-',p.shot_max_number) shotNumber,
p.route_name routeName, p.route_name routeName,
ppc.id classifyId, ppc.id classifyId,
ppc.`name` classifyName ppc.`name` classifyName,
p.biz_org_name
FROM FROM
p_point p p_point p
LEFT JOIN p_point_classify ppc ON ppc.point_id = p.id LEFT JOIN p_point_classify ppc ON ppc.point_id = p.id
......
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