From fefed50bf97060a82aabd09e090fa08ce532532f Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期三, 20 八月 2025 10:59:04 +0800 Subject: [PATCH] Merge branch 'master' of http://xearth.cn:6600/r/web-manage/web-manage-back --- src/main/resources/mapper/CartMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/CartMapper.xml b/src/main/resources/mapper/CartMapper.xml index 086a599..3d56c30 100644 --- a/src/main/resources/mapper/CartMapper.xml +++ b/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> -- Gitblit v1.8.0