2026-03-31 4bcd26a4975d6722bff65690e7a8331cd0afd520
src/main/resources/mapper/production/ProductionProductOutputMapper.xml
@@ -30,7 +30,7 @@
    <delete id="deleteByProductMainIds" parameterType="java.util.List">
        DELETE FROM production_product_output
        WHERE product_order_id IN
        WHERE product_main_id IN
        <foreach collection="productMainIds" item="id" open="(" separator="," close=")">
            #{id}
        </foreach>