新增项目概况字段

This commit is contained in:
马三炮 2025-06-09 16:31:31 +08:00
parent 66d4cd6e0a
commit f0dce62a90
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
select tp.id as id,tp.depart_id as departId,td.depart_name as departName,tp.pro_name as proName, select tp.id as id,tp.depart_id as departId,td.depart_name as departName,tp.pro_name as proName,
A.dict_name as voltageLevel,tp.line_length as lineLength, A.dict_name as voltageLevel,tp.line_length as lineLength,
tp.plan_start_time as planStartTime,tp.plan_end_time as planEndTime,tp.lon as lon,tp.lat as lat, tp.plan_start_time as planStartTime,tp.plan_end_time as planEndTime,tp.lon as lon,tp.lat as lat,
tp.address as address,B.dict_name as pro_status,,tp.project_overview as projectOverview tp.address as address,B.dict_name as pro_status,tp.project_overview as projectOverview
from tb_project tp from tb_project tp
left join tb_depart td on tp.depart_id = td.id left join tb_depart td on tp.depart_id = td.id
LEFT JOIN ( LEFT JOIN (