select id, area_id, isStatus, user_name, intro, fs_count, create_by, create_time, update_by, update_time, remark from tc_dy
insert into tc_dy
area_id,
isStatus,
user_name,
intro,
fs_count,
create_by,
create_time,
update_by,
update_time,
remark,
#{areaId},
#{isStatus},
#{userName},
#{intro},
#{fsCount},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update tc_dy
area_id = #{areaId},
isStatus = #{isStatus},
user_name = #{userName},
intro = #{intro},
fs_count = #{fsCount},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from tc_dy where id = #{id}
delete from tc_dy where id in
#{id}