|
@@ -105,7 +105,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
<!-- 查询接入信息 -->
|
|
<!-- 查询接入信息 -->
|
|
|
<select id="getAccess" resultType="com.tld.model.Access">
|
|
<select id="getAccess" resultType="com.tld.model.Access">
|
|
|
- select id,type,data,scrq from tld_access
|
|
|
|
|
|
|
+ select id,type,data,scrq,access_type from tld_access
|
|
|
<trim prefix="WHERE" prefixOverrides="and |or">
|
|
<trim prefix="WHERE" prefixOverrides="and |or">
|
|
|
<if test="type != null and type != ''">
|
|
<if test="type != null and type != ''">
|
|
|
and type = #{type}
|
|
and type = #{type}
|