Commit 94fc52cf authored by KeYong's avatar KeYong

更新接口

parent 111d9c7a
...@@ -2040,10 +2040,13 @@ ...@@ -2040,10 +2040,13 @@
)) planDate, )) planDate,
ppl.name planName, ppl.name planName,
pp.plan_type planType, pp.plan_type planType,
ppt.user_name planUser ppt.user_name planUser,
pii.name itemName
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
LEFT JOIN p_plan ppl ON ppl.id = pc.plan_id LEFT JOIN p_plan ppl ON ppl.id = pc.plan_id
LEFT JOIN p_check_input pci ON pci.check_id = pc.id
LEFT JOIN p_input_item pii ON pii.id = pci.input_id
LEFT JOIN p_plan_task ppt ON ppt.id = pc.plan_task_id LEFT JOIN p_plan_task ppt ON ppt.id = pc.plan_task_id
WHERE WHERE
pc.id = #{id} pc.id = #{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