Browse Source

问题修改

zhs 2 năm trước cách đây
mục cha
commit
3f8077ea73
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/QueryListMappeer.xml

+ 1 - 1
src/main/resources/mapper/QueryListMappeer.xml

@@ -105,7 +105,7 @@
     </select>
     <!-- 查询接入信息 -->
     <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">
             <if test="type != null and type != ''">
                 and type = #{type}