Browse Source

feat:首页vip课拆分

Joburgess 4 years ago
parent
commit
33a928ac05

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

@@ -524,7 +524,7 @@
 			AND m.group_type_ = #{groupType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
 		</if>
 		<if test="dayStr!=null and dayStr!=''">
-			AND m.class_date_ &gt;= #{dayStr}
+			AND m.class_date_ = #{dayStr}
 		</if>
 		<if test="teachMode!=null">
 			AND m.teach_mode_ = #{teachMode, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}