Browse Source

完善查询条件

dev_power_axis
YUJT 4 years ago
parent
commit
5042c38b84
  1. 3
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerServiceStationDao.xml

3
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerServiceStationDao.xml

@ -29,7 +29,8 @@
FROM FROM
pli_power_service_station pli_power_service_station
WHERE WHERE
STRUCT_REFERENCE_ID = #{axisStructId} STRUCT_REFERENCE_ID in
(select DISTINCT s.id from pli_power_axis_struct s where (s.ID = 'axisStructId' or s.PIDS like '%axisStructId%') and s.del_flag = '0')
and and
CUSTOMER_ID = #{customerId} CUSTOMER_ID = #{customerId}
limit #{limit} limit #{limit}

Loading…
Cancel
Save