seatonwan9
2025-08-19 53c315297a3906e567b01107a85836528a664206
src/main/resources/mapper/CartMapper.xml
@@ -69,5 +69,8 @@
        AND user_id = #{userId} 
        AND unit_id = #{unitId}
    </select>
    <delete id="deleteByCustomerCondition">
        delete from cart where id = #{id}
    </delete>
    
</mapper>