insert into com_usrpower (yhdh, yq, xtdh, yhqx)
values ( #{yhdh},#{yq},#{xtdh},#{yhqx})
update com_usrpower set yhqx = #{yhqx} where yhdh = #{yhdh} and yq = #{yq} and xtdh = #{xtdh}
delete from com_usrpower where yhdh = #{yhdh} and yq = #{yq} and xtdh = #{xtdh}