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 @@