seatonwan9
2025-08-19 84c6e1df4b6bd48ee0517a33778b514008022875
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>