Browse Source

别名查询修改

rgb 6 years ago
parent
commit
810cb18b67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      icssman-service/src/main/resources/mapper/RetrievalMapper.xml

+ 1 - 1
icssman-service/src/main/resources/mapper/RetrievalMapper.xml

@@ -33,7 +33,7 @@
 			AND a.id=#{questionId}
 			AND a.id=#{questionId}
 		</if>
 		</if>
 		<if test="questionName!=null">
 		<if test="questionName!=null">
-			AND a.`name`=#{questionName}
+			AND a.tag_name=#{questionName}
 		</if>
 		</if>
 	</select>
 	</select>