@ -26,17 +26,20 @@
a.end_time,
a.file_name,
a.road,
a.notes,
a.status,
a.create_by,
a.create_time,
a.update_by,
a.update_time,
a.remark,
a.is_time,
a.is_approval,
b.responsibility_unit,
b.project_big_type as projectBigType,
b.project_middle_type as projectMiddleType,
b.project_small_type as projectSmallType
FROM bms_template_record a
inner JOIN bms_template_info b ON a.template_id = b.id
where a.id = #{id}