update jsh_material set RetailPrice = null, LowPrice = null, PresetPriceOne = null, PresetPriceTwo = null where Id = #{id,jdbcType=BIGINT} update jsh_material set UnitId = null where Id = #{id,jdbcType=BIGINT} update jsh_material set delete_Flag='1' where 1=1 and ifnull(delete_Flag,'0') !='1' and id in ( #{id} )