change 4 лет назад
Родитель
Сommit
68719de4f3
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      zhongzheng-system/src/main/resources/mapper/modules/order/OrderMapper.xml

+ 0 - 1
zhongzheng-system/src/main/resources/mapper/modules/order/OrderMapper.xml

@@ -157,7 +157,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         WHERE cgg.goods_id =#{goodsId}
         WHERE cgg.goods_id =#{goodsId}
           and cgu.user_id=#{userId}
           and cgu.user_id=#{userId}
           and cg.`status` =1
           and cg.`status` =1
-          and unix_timestamp(now()) BETWEEN cg.class_start_time and cg.class_end_time
     </select>
     </select>
     <select id="selectListApp" parameterType="com.zhongzheng.modules.order.bo.OrderQueryBo" resultMap="OrderResultVo">
     <select id="selectListApp" parameterType="com.zhongzheng.modules.order.bo.OrderQueryBo" resultMap="OrderResultVo">
         SELECT
         SELECT