zhoutg 6 år sedan
förälder
incheckning
388add427f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      icssman-service/src/main/resources/mapper/QuestionInfoMapper.xml

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

@@ -138,7 +138,7 @@
             AND a.type = #{type}
         </if>
         <if test="tagName != null and tagName != ''">
-            AND a.name like concat ('%', #{tagName}, '%')
+            AND a.tag_name like concat ('%', #{tagName}, '%')
         </if>
         <if test="tagTypeList != null and tagTypeList.size() > 0 ">
             and a.tag_type in