From def3cbbc73bab7da60cd4689655c4827239d9c09 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 3 Apr 2026 13:30:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=B5=84=E6=BA=90=E5=BA=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/hxhq/business/service/impl/MjyFfjlServiceImpl.java | 2 +- .../hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyFfjlServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyFfjlServiceImpl.java index 887d2ca..4c7096c 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyFfjlServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyFfjlServiceImpl.java @@ -82,7 +82,7 @@ public class MjyFfjlServiceImpl extends ServiceImpl impl @Override public List yltj(FfjlSearchForm form){ QueryWrapper queryWrapper = getListCondition(form); - queryWrapper.groupBy("t.syldw,t.jsldw,t.rkldw,t.ckldw"); + queryWrapper.groupBy("t.syldw,t.jsldw"); return baseMapper.yltj(queryWrapper); } diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml index dac7f63..8ac16d0 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyFfjlMapper.xml @@ -18,7 +18,7 @@