Parcourir la source

修改回从doc_info里面提取特征

louhr il y a 5 ans
Parent
commit
30e1028200
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      nlp-web/src/main/java/org/diagbot/nlp/dao/xml/InfoMapper.xml

+ 2 - 2
nlp-web/src/main/java/org/diagbot/nlp/dao/xml/InfoMapper.xml

@@ -79,7 +79,7 @@
 	<select id="selectList" resultMap="infoMap" parameterType="java.util.Map">
 		SELECT 
 		<include refid="Base_Column_List"/>
-		FROM doc_info_all t WHERE 1=1
+		FROM doc_info t WHERE 1=1
 		<if test="id != null and id != ''">
 				 and t.id = #{id}
 		</if>
@@ -113,7 +113,7 @@
 	<select id="selectListWrapper" resultMap="infoWrapperMap" parameterType="java.util.Map">
 		SELECT 
 		<include refid="Base_Column_List"/>
-		FROM doc_info_all t WHERE 1=1
+		FROM doc_info t WHERE 1=1
 		<if test="id != null and id != ''">
 				 and t.id = #{id}
 		</if>