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}