|
|
|
@ -57,6 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<select id="selectEquVlanListByEquId" parameterType="String" resultMap="EquVlanResult"> |
|
|
|
<select id="selectEquVlanListByEquId" parameterType="String" resultMap="EquVlanResult"> |
|
|
|
<include refid="selectEquVlanVoJoinGather"/> |
|
|
|
<include refid="selectEquVlanVoJoinGather"/> |
|
|
|
where g.equ_id = #{equid} |
|
|
|
where g.equ_id = #{equid} |
|
|
|
|
|
|
|
ORDER BY vl.create_time DESC |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<update id="updateVlanNetworkByVlanId" parameterType="com.alops.system.domain.dto.EquVlanNetworkUpdateDto"> |
|
|
|
<update id="updateVlanNetworkByVlanId" parameterType="com.alops.system.domain.dto.EquVlanNetworkUpdateDto"> |
|
|
|
|