From 54e2adf7f701d99fcc83efcc18abbe8af93079ae Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Fri, 12 Sep 2025 15:21:35 +0800
Subject: [PATCH] 退单sql
---
oying-system/src/main/resources/mapper/sh/OrderReturnMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/oying-system/src/main/resources/mapper/sh/OrderReturnMapper.xml b/oying-system/src/main/resources/mapper/sh/OrderReturnMapper.xml
index b32d489..33abf7c 100644
--- a/oying-system/src/main/resources/mapper/sh/OrderReturnMapper.xml
+++ b/oying-system/src/main/resources/mapper/sh/OrderReturnMapper.xml
@@ -171,7 +171,7 @@
</select>
<select id="countAll" resultType="java.lang.Long">
select count(1) from (
- select distinct o.*
+ select distinct o.*,
p.product_code, p.product_barcode, p.product_name, p.product_title, p.product_description
from ( select
<include refid="Base_Column_List"/>
--
Gitblit v1.9.3