From 36908bf9d3cdc6885ee31aae09091e5c41a62eab Mon Sep 17 00:00:00 2001 From: 15066119699 Date: Thu, 6 Mar 2025 09:24:39 +0800 Subject: [PATCH] 1 --- .../src/main/resources/mapper/system/AppPmsOrderOutMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/AppPmsOrderOutMapper.xml b/ruoyi-system/src/main/resources/mapper/system/AppPmsOrderOutMapper.xml index 9cf291cd..f52fbf1f 100644 --- a/ruoyi-system/src/main/resources/mapper/system/AppPmsOrderOutMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/AppPmsOrderOutMapper.xml @@ -34,7 +34,6 @@ and order_type = #{orderType} and customer_id = #{customerId} and goods_id = #{goodsId} - and goods_id = #{goodsId} and order_status = #{orderStatus} and is_lock = #{isLock} and order_id = #{orderId}