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