|
|
|
|
@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
<sql id="selectEquInterfaceVoJoinGather"> |
|
|
|
|
select i.id, g.equ_id, i.gather_time, running, rate, commuicate_mode, out_flow, in_flow, in_bandwidth, loss_rate, error_rate, equ_gather_id, interface_id, out_bandwidth from equ_interface i LEFT JOIN equ_gather g ON i.equ_gather_id = g.id |
|
|
|
|
select i.id, g.equ_id, g.gather_time, running, rate, commuicate_mode, out_flow, in_flow, in_bandwidth, loss_rate, error_rate, equ_gather_id, interface_id, out_bandwidth from equ_interface i LEFT JOIN equ_gather g ON i.equ_gather_id = g.id |
|
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
<select id="selectEquInterfaceList" parameterType="EquInterface" resultMap="EquInterfaceResult"> |
|
|
|
|
|