From 9bd22a50546d7daa863819e156f640601d1da13c Mon Sep 17 00:00:00 2001 From: YUJT Date: Tue, 26 Apr 2022 18:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0group=20by?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/poweraxis/PowerKernelHouseholdDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerKernelHouseholdDao.xml b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerKernelHouseholdDao.xml index 9efc8c9..31b5ad3 100644 --- a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerKernelHouseholdDao.xml +++ b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerKernelHouseholdDao.xml @@ -78,7 +78,7 @@ k.DEL_FLAG = '0' AND k.CUSTOMER_ID = #{customerId} AND (s.pids LIKE '%${axisStructId}%' OR s.id = #{axisStructId}) - GROUP BY k.HOUSE_ID + GROUP BY k.HOUSE_ID,m.KERNEL_MEMBER_ID ORDER BY k.CREATED_TIME,s.SORT limit #{pageNo},#{pageSize}