mirror of
https://gitee.com/elegant_wings/xiongan-meeting.git
synced 2025-06-21 00:19:36 +08:00
修改了小程序创建时间的问题
This commit is contained in:
parent
884a6cfe6e
commit
726f101de4
@ -277,6 +277,7 @@ public class ApiRoomContentController extends BaseController {
|
||||
public R saveMeetingRecord(@RequestBody Reservation reservation) {
|
||||
//根据用户获取对应的企业id,查询该企业下对应的优惠卷
|
||||
reservation.setStauts(Reservation.Status.APPOINTMENT);
|
||||
reservation.setCreateTime(new Date());
|
||||
|
||||
reservation.setOderNumber(RandomUtil.randomNumbers(18));
|
||||
boolean b = reservationService.selectFreeMeetingRoom(reservation);
|
||||
|
Loading…
x
Reference in New Issue
Block a user