init
This commit is contained in:
@@ -11,6 +11,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
t1.start_time, t1.end_time, t1.city_code, t1.city_name,t1.activity_start_time,t1.activity_end_time,
|
||||
t1.women_max_num, t1.man_max_num, t1.join_man_price, t1.join_women_price
|
||||
from xq_activity_shop t1
|
||||
where delete_flag = 0
|
||||
order by ABS(TIMESTAMPDIFF(MINUTE,t1.start_time, now()))
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user