浏览代码

搜索条件新增

change 3 年之前
父节点
当前提交
3085b839e0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseMapper.xml

+ 0 - 1
zhongzheng-system/src/main/resources/mapper/modules/course/CourseMapper.xml

@@ -357,7 +357,6 @@
                 LEFT JOIN goods g on g.goods_id=cgg.goods_id
         WHERE
             cgu.user_id =#{userId}
-          and unix_timestamp(now()) BETWEEN cg.class_start_time and cg.class_end_time
         AND cg.status=1
     </select>