insert into sys_area_template_detail
(`id`,`temp_id`,`name`,`value`,`type`,`priority`,`content`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`)
values
(?id,?temp_id,?name,?value,?type,?priority,?content,?domain,?create_by,?create_time,?last_update_by,?last_update_time,?del_flag)
update sys_area_template_detail set
`temp_id` = ?temp_id,`name` = ?name,`value` = ?value,`type` = ?type,`priority` = ?priority,`content` = ?content,`domain` = ?domain,`create_by` = ?create_by,`create_time` = ?create_time,`last_update_by` = ?last_update_by,`last_update_time` = ?last_update_time,`del_flag` = ?del_flag
where id = ?id
delete from sys_area_template_detail
where id =?id
select
`id`,`temp_id`,`name`,`value`,`type`,`priority`,`content`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`
from sys_area_template_detail
where id = ?id
select
`id`,`temp_id`,`name`,`value`,`type`,`priority`,`content`,`domain`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`
from sys_area_template_detail