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