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

Commit 20660026 authored by 姜秀龙's avatar 姜秀龙

场次限购-kylin bug 0有待支付和关闭

parent ff3fe5df
...@@ -1392,7 +1392,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -1392,7 +1392,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
} }
newList.add(entities); newList.add(entities);
} }
vo.setEntities(list); vo.setEntities(newList);
} }
return ResponseDto.success(param); return ResponseDto.success(param);
} }
......
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