|
@@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="protocolType != null and protocolType != ''"> and protocol_type = #{protocolType}</if>
|
|
<if test="protocolType != null and protocolType != ''"> and protocol_type = #{protocolType}</if>
|
|
<if test="channelDetails != null and channelDetails != ''"> and channel_details = #{channelDetails}</if>
|
|
<if test="channelDetails != null and channelDetails != ''"> and channel_details = #{channelDetails}</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ order by create_time DESC
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectChannelNumberByChannelId" parameterType="ChannelNumber" resultMap="ChannelNumberResult">
|
|
<select id="selectChannelNumberByChannelId" parameterType="ChannelNumber" resultMap="ChannelNumberResult">
|