|
@@ -58,6 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
WHERE
|
|
WHERE
|
|
|
eag.goods_id = #{goodsId}
|
|
eag.goods_id = #{goodsId}
|
|
|
and unix_timestamp(now()) < ea.apply_end_time
|
|
and unix_timestamp(now()) < ea.apply_end_time
|
|
|
|
|
+ and ea.`status` = 1
|
|
|
ORDER BY ea.apply_start_time
|
|
ORDER BY ea.apply_start_time
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|