Просмотр исходного кода

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

zouxuan 4 лет назад
Родитель
Сommit
0674b43bd4
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

+ 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}