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}