Sfoglia il codice sorgente

商品新增乐团收费模式字段,乐团选择商品时关联

zouxuan 4 anni fa
parent
commit
0674b43bd4

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

@@ -333,9 +333,9 @@
             </if>
             <if test="musicGroupShow!=null">
                 AND g.music_group_show_=#{musicGroupShow}
-                <if test="courseViewType != null">
-                    AND FIND_IN_SET(#{courseViewType},g.course_view_type_)
-                </if>
+            </if>
+            <if test="courseViewType != null">
+                AND FIND_IN_SET(#{courseViewType},g.course_view_type_)
             </if>
             <if test="replacementShow!=null">
                 AND g.replacement_show_=#{replacementShow}