Parcourir la source

搜索条件新增

change il y a 3 ans
Parent
commit
3085b839e0

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