Przeglądaj źródła

fix直播课参数设置

shangke 2 lat temu
rodzic
commit
c97f532aa8

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/VipGroupDefaultClassesUnitPriceMapper.xml

@@ -122,8 +122,8 @@ create_time_ = #{createTime},
 		FROM
 			vip_group_default_classes_unit_price_ vgdcup
 		WHERE vgdcup.organ_id_=#{organId} AND vgdcup.vip_group_category_id_=#{vipGroupCategoryId}
-		<if test="groupType != null">
+		<!--<if test="groupType != null">
 			AND vgdcup.group_type_ = #{groupType}
-		</if>
+		</if>-->
     </select>
 </mapper>