记得上下班打卡 | git大法好,push需谨慎

Commit 15e8fa29 authored by 胡佳晨's avatar 胡佳晨

修改 票种创建时间

parent bb7669ae
......@@ -367,7 +367,7 @@ public class PerformanceUtils {
tickets.setUseEnd(LocalDateTime.parse(ticketTimeItem.getUseEnd(), DTF_YMD_HMS));
tickets.setSaleRemindMinute(60);
tickets.setAdvanceMinuteMember(5);
tickets.setCreatedAt(LocalDateTime.parse(ticketTimeItem.getCreatedAt(), DTF_YMD_HMS));
tickets.setCreatedAt(LocalDateTime.parse(kylinTicketPartnerVo.getCreatedAt(), DTF_YMD_HMS));
tickets.setUpdatedAt(updatedAt);
ticketStatus.setTicketStatusId(IDGenerator.nextSnowId());
ticketStatus.setTicketId(tickets.getTicketsId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment