Browse Source

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

zouxuan 4 years ago
parent
commit
15c179c3b6
1 changed files with 1 additions and 1 deletions
  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}
             AND g.type_ = #{type}
         </if>
         </if>
         <if test="courseViewType != null">
         <if test="courseViewType != null">
-            AND FIND_IN_SET(g.course_view_type_ = #{courseViewType})
+            AND FIND_IN_SET(g.course_view_type_,#{courseViewType})
         </if>
         </if>
     </select>
     </select>