Browse Source

message:

改bug
dev_power_axis
HAHA 3 years ago
parent
commit
ebf5e39258
  1. 4
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerKernelHouseholdDao.xml

4
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}
</if>
<if test="kernelMemberName != null and kernelMemberName != ''">
AND KERNEL_MEMBER_NAME LIKE '%${kernelMemberName}%'
AND m.KERNEL_MEMBER_NAME LIKE '%${kernelMemberName}%'
</if>
AND CUSTOMER_ID = #{customerId}
AND h.CUSTOMER_ID = #{customerId}
ORDER BY
h.CREATED_TIME
</select>

Loading…
Cancel
Save