|
@ -78,7 +78,10 @@ |
|
|
<if test="name != null and name != ''"> |
|
|
<if test="name != null and name != ''"> |
|
|
and NAME = #{name} |
|
|
and NAME = #{name} |
|
|
</if> |
|
|
</if> |
|
|
and del_flag = 0 |
|
|
<if test="agencyId != null and agencyId != ''"> |
|
|
|
|
|
and AGENCY_ID = #{agencyId} |
|
|
|
|
|
</if> |
|
|
|
|
|
and del_flag = 0 |
|
|
</where> |
|
|
</where> |
|
|
</select> |
|
|
</select> |
|
|
<select id="queryList" resultType="com.epmet.plugin.power.dto.axis.result.PowerAxisStructListResultDTO"> |
|
|
<select id="queryList" resultType="com.epmet.plugin.power.dto.axis.result.PowerAxisStructListResultDTO"> |
|
|