浏览代码

feat:首页vip课拆分

Joburgess 4 年之前
父节点
当前提交
33a928ac05
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/IndexBaseMonthDataMapper.xml

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