springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ConvenientProductSpecificationMapper.xml
@@ -29,7 +29,7 @@ </insert> <update id="deleteLoseRelationSpecifications" parameterType="java.util.List"> UPDATE com_convenient_product_specifications SET is_del = 1 WHERE id NOT IN WHERE product_id = #{productId} AND id NOT IN <foreach collection="notNeedDelIds" open="(" separator="," close=")" index="index" item="item"> #{item} </foreach>