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

Commit e05f1b75 authored by jiangxiulong's avatar jiangxiulong

orderTicketVo

parent 952104a1
......@@ -411,7 +411,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
// 手续费比例
float chargesNum = 0.0f;
// 票种演出开始时间
String useStart = orderTicketEntitiesVo.getUseStart();
String useStart = orderTicketVo.getUseStart();
DateTimeFormatter df = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
LocalDateTime useStartD = LocalDateTime.parse(useStart, df);
// 3、15天之前的时间
......
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