修改了小程序创建时间的问题

This commit is contained in:
chenze 2025-05-06 15:27:35 +08:00
parent 884a6cfe6e
commit 726f101de4

View File

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