select id, dept_id, coal_mine_code, lsqy, scnl, szdz from tb_coal_mine_info
insert into tb_coal_mine_info
dept_id,coal_mine_code,lsqy,scnl,szdz,#{deptId},#{coalMineCode},#{lsqy},#{scnl},#{szdz},
update tb_coal_mine_info
dept_id = #{deptId},coal_mine_code = #{coalMineCode},lsqy = #{lsqy},scnl = #{scnl},szdz = #{szdz},
where id = #{id}
delete from tb_coal_mine_info where id = #{id}
delete from tb_coal_mine_info where id in
#{id}