id, companynumber, itemcode, price, updated, updator delete from productprice where id = #{id,jdbcType=BIGINT} update productprice companynumber = #{companynumber,jdbcType=VARCHAR}, itemcode = #{itemcode,jdbcType=VARCHAR}, price = #{price,jdbcType=DECIMAL}, updated = #{updated,jdbcType=TIMESTAMP}, updator = #{updator,jdbcType=VARCHAR}, where id = #{id,jdbcType=BIGINT} update productprice set companynumber = #{companynumber,jdbcType=VARCHAR}, itemcode = #{itemcode,jdbcType=VARCHAR}, price = #{price,jdbcType=DECIMAL}, updated = #{updated,jdbcType=TIMESTAMP}, updator = #{updator,jdbcType=VARCHAR} where id = #{id,jdbcType=BIGINT}