update tld_storage set transmission_type = #{type} where storage_code = #{wmsCode} and wllb_code = #{code} ; update tld_removal set transmission_type = #{type} where storage_code = #{wmsCode} and wllb_code = #{code} ; update tld_removal_half_product set transmission_type = #{type} where storage_code = #{wmsCode} and wllb_code = #{code} ; update tld_removal_half set transmission_type = #{type} where storage_code = #{wmsCode} and wllb_code = #{code} ; update tld_half set transmission_type = #{type} where storage_code = #{wmsCode} and wllb_code = #{code} ; update tld_half_product set transmission_type = #{type} where storage_code = #{wmsCode} and wllb_code = #{code} ;