增加字段

wushunjie
杜函宇 5 months ago
parent 19a667c43a
commit 8ccf1934aa

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

Loading…
Cancel
Save