zhs 2 vuotta sitten
vanhempi
commit
3f8077ea73
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}