Commit 111d9c7a authored by KeYong's avatar KeYong

更新接口

parent 10ada647
...@@ -2026,6 +2026,7 @@ ...@@ -2026,6 +2026,7 @@
) maintenanceDate, ) maintenanceDate,
pp.id pointId, pp.id pointId,
pp.equipment_id equipmentId, pp.equipment_id equipmentId,
pp.owner_name ownerName,
pp.equipment_name equipmentName, pp.equipment_name equipmentName,
pp.belong_system_id systemId, pp.belong_system_id systemId,
pp.belong_system_name systemName, pp.belong_system_name systemName,
...@@ -2038,6 +2039,7 @@ ...@@ -2038,6 +2039,7 @@
'%Y-%m-%d %H:%i:%s' '%Y-%m-%d %H:%i:%s'
)) planDate, )) planDate,
ppl.name planName, ppl.name planName,
pp.plan_type planType,
ppt.user_name planUser ppt.user_name planUser
FROM p_check pc FROM p_check pc
LEFT JOIN p_point pp ON pp.id = pc.point_id LEFT JOIN p_point pp ON pp.id = pc.point_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