Quellcode durchsuchen

Merge branch 'online1' of http://git.dayaedu.com/yonge/mec

zouxuan vor 4 Jahren
Ursprung
Commit
15c179c3b6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

@@ -422,7 +422,7 @@
             AND g.type_ = #{type}
         </if>
         <if test="courseViewType != null">
-            AND FIND_IN_SET(g.course_view_type_ = #{courseViewType})
+            AND FIND_IN_SET(g.course_view_type_,#{courseViewType})
         </if>
     </select>