5 天以前 67de53af3d78d28eda960037f39646b6886a9ee8
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_main_id IN
        WHERE product_order_id IN
        <foreach collection="productMainIds" item="id" open="(" separator="," close=")">
            #{id}
        </foreach>