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

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

同步大麦 setExt

parent b9dbea9f
...@@ -362,10 +362,12 @@ public class KylinDamaiServiceImpl extends ServiceImpl<KylinRoadShowsMapper, Kyl ...@@ -362,10 +362,12 @@ public class KylinDamaiServiceImpl extends ServiceImpl<KylinRoadShowsMapper, Kyl
// 场次id // 场次id
obj3.setPerformId(timemId); obj3.setPerformId(timemId);
if (item.getIsMember() == 1) { if (item.getIsMember() == 1) {
obj3.setExt("登登登VIP"); // obj3.setExt("登登登VIP");
obj3.setExt("");
obj3.setTicketItemId(ticketIdMemberKey); obj3.setTicketItemId(ticketIdMemberKey);
} else { } else {
obj3.setExt("登登登VIP"); obj3.setExt("");
// obj3.setExt("登登登VIP");
obj3.setTicketItemId(ticketsmId); obj3.setTicketItemId(ticketsmId);
} }
obj3.setQrCode("http://m.zhengzai.tv?c=" + IDGenerator.ticketQrCode(item.getOrderTicketEntitiesId())); obj3.setQrCode("http://m.zhengzai.tv?c=" + IDGenerator.ticketQrCode(item.getOrderTicketEntitiesId()));
......
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