|
@ -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" |
|
|