From 83fad8c3bdcf2c9b57027476d40926015ef62cb1 Mon Sep 17 00:00:00 2001 From: zengtao01 Date: Fri, 15 Nov 2024 13:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E5=B8=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/customizeExcel/CustomizeExcelMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yudao-module-member/yudao-module-member-biz/src/main/resources/mapper/customizeExcel/CustomizeExcelMapper.xml b/yudao-module-member/yudao-module-member-biz/src/main/resources/mapper/customizeExcel/CustomizeExcelMapper.xml index a9a12831..1d5d0847 100644 --- a/yudao-module-member/yudao-module-member-biz/src/main/resources/mapper/customizeExcel/CustomizeExcelMapper.xml +++ b/yudao-module-member/yudao-module-member-biz/src/main/resources/mapper/customizeExcel/CustomizeExcelMapper.xml @@ -66,7 +66,8 @@ where DATE_FORMAT(md.create_time, '%Y%m%d') between #{startTime} and #{endTime} and mo.carteen_id = #{carteenId} and md.deleted = false and mo.deleted = false - group by md.goods_name, md.custom_price; + AND mo.status != 3 + group by md.goods_name, md.custom_price \ No newline at end of file