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 9d758cd..ee4f494 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 @@ -178,9 +178,9 @@ AND h.STRUCT_REFERENCE_ID = #{axisStructId} - AND KERNEL_MEMBER_NAME LIKE '%${kernelMemberName}%' + AND m.KERNEL_MEMBER_NAME LIKE '%${kernelMemberName}%' - AND CUSTOMER_ID = #{customerId} + AND h.CUSTOMER_ID = #{customerId} ORDER BY h.CREATED_TIME