Browse Source

资料审核

change 3 years ago
parent
commit
68719de4f3

+ 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