select id, xm_id, xmbh, source_id, fj_name, path, type, remark from zsyz_fj
insert into zsyz_fj
xm_id,xmbh,source_id,fj_name,path,type,remark,#{xmId},#{xmbh},#{sourceId},#{fjName},#{path},#{type},#{remark},
update zsyz_fj
xm_id = #{xmId},xmbh = #{xmbh},source_id = #{sourceId},fj_name = #{fjName},path = #{path},type = #{type},remark = #{remark},
where id = #{id}
delete from zsyz_fj where id = #{id}
delete from zsyz_fj where id in
#{id}