select tc_id, t_id, condition_name, condition_field, condition_notes, condition_type, condition_default_value, sort, is_hidden, del_flag, create_by, create_time, update_by, update_time from drag_table_condition
insert into drag_table_condition
t_id,
condition_name,
condition_field,
condition_notes,
condition_type,
condition_default_value,
sort,
is_hidden,
del_flag,
create_by,
create_time,
update_by,
update_time,
#{tId},
#{conditionName},
#{conditionField},
#{conditionNotes},
#{conditionType},
#{conditionDefaultValue},
#{sort},
#{isHidden},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update drag_table_condition
t_id = #{tId},
condition_name = #{conditionName},
condition_field = #{conditionField},
condition_notes = #{conditionNotes},
condition_type = #{conditionType},
condition_default_value = #{conditionDefaultValue},
sort = #{sort},
is_hidden = #{isHidden},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where tc_id = #{tcId}
delete from drag_table_condition where tc_id = #{tcId}
delete from drag_table_condition where tc_id in
#{tcId}