mirror of
https://gitee.com/elegant_wings/xiongan-meeting.git
synced 2025-06-21 10:49:36 +08:00
会议定时任务、修改安卓业务逻辑-20250506
This commit is contained in:
parent
0339b3725b
commit
884a6cfe6e
@ -75,7 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
DATE_FORMAT( start_time, '%Y-%m-%d %H:%i:%S' ) >
|
DATE_FORMAT( start_time, '%Y-%m-%d %H:%i:%S' ) >
|
||||||
DATE_FORMAT( NOW(), '%Y-%m-%d %H:%i:%S' )))
|
DATE_FORMAT( NOW(), '%Y-%m-%d %H:%i:%S' )))
|
||||||
and room_content_id =#{id}
|
and room_content_id =#{id}
|
||||||
and `stauts` = 1
|
and (`stauts` = 1 OR `stauts` = 2)
|
||||||
ORDER BY start_time ASC
|
ORDER BY start_time ASC
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
@ -22,7 +22,7 @@ public class MeetingStatusTask {
|
|||||||
log.info("执行开会结束状态任务");
|
log.info("执行开会结束状态任务");
|
||||||
Reservation reservation = new Reservation();
|
Reservation reservation = new Reservation();
|
||||||
|
|
||||||
reservation.setStatusValue(2);
|
reservation.setStatusValue(3);
|
||||||
List<Reservation> reservations = iReservationService.selectReservationList(reservation);
|
List<Reservation> reservations = iReservationService.selectReservationList(reservation);
|
||||||
for (Reservation reservation1 : reservations) {
|
for (Reservation reservation1 : reservations) {
|
||||||
Date endDate = reservation1.getEndDate();
|
Date endDate = reservation1.getEndDate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user