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

Commit c2edc561 authored by wangyifan's avatar wangyifan

演出票接口添加会员状态字段

parent dbd2e680
...@@ -379,6 +379,7 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService { ...@@ -379,6 +379,7 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
info.put("fieldName",performancesInfo.getFieldName()); info.put("fieldName",performancesInfo.getFieldName());
info.put("longitude",performancesInfo.getLongitude()); info.put("longitude",performancesInfo.getLongitude());
info.put("latitude",performancesInfo.getLatitude()); info.put("latitude",performancesInfo.getLatitude());
info.put("isVip", isVip());
HashMap<String, Object> result = CollectionUtil.mapStringObject(); HashMap<String, Object> result = CollectionUtil.mapStringObject();
result.put("performancesInfo", info); result.put("performancesInfo", info);
result.put("ticketTimesList", ticketTimesList); result.put("ticketTimesList", ticketTimesList);
......
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