insert into tld_error_excel(url,error_info,data_val,scrq,type,transmission_type,order_number,material_code,num,classify) values (#{url},#{errorInfo},#{dataVal},#{scrq},#{type},#{transmissionType},#{orderNumber},#{materialCode},#{num},#{classify}) 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} ;