Browse Source

修改bug

panshi-master
曲树通 2 years ago
parent
commit
0e3f63556e
  1. 2
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerAxisStructDao.xml

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

@ -189,6 +189,7 @@
STRUCT_LEVEL = #{structLevel} STRUCT_LEVEL = #{structLevel}
AND AND
TAG_CATEGORY = #{tagCategory} TAG_CATEGORY = #{tagCategory}
and del_flag = '0'
</select> </select>
<select id="querylistPosition" <select id="querylistPosition"
resultType="com.epmet.plugin.power.dto.axis.result.PowerAxisListPositionResultDTO"> resultType="com.epmet.plugin.power.dto.axis.result.PowerAxisListPositionResultDTO">
@ -205,6 +206,7 @@
CATEGORY_CODE = #{code} CATEGORY_CODE = #{code}
and and
AGENCY_ID = #{agencyId} AGENCY_ID = #{agencyId}
and del_flag = '0'
</select> </select>
<select id="listParentTreeByLevel" <select id="listParentTreeByLevel"

Loading…
Cancel
Save