|
@@ -84,11 +84,8 @@ public class TaLiveActivityServiceImpl extends ServiceImpl<TaLiveActivityMapper,
|
84
|
84
|
QueryWrapper<TaMiniapp> taMiniappQuery = new QueryWrapper<>();
|
85
|
85
|
taMiniappQuery.eq("org_id", taLiveActivity.getOrgId());
|
86
|
86
|
TaMiniapp taMiniapp = taMiniappService.getOne(taMiniappQuery);
|
87
|
|
- /**
|
88
|
|
- * TODO 部分信息待修改
|
89
|
|
- */
|
90
|
87
|
ResponseBean taMiniappQrcode = miniAppService.getQrCode
|
91
|
|
- (CommConstant.ACTIVITY_QRCODE.replace("#0", taLiveActivity.getLiveActivityId().toString())
|
|
88
|
+ (CommConstant.LIVE_ACTIVITY_QRCODE.replace("#0", taLiveActivity.getLiveActivityId().toString())
|
92
|
89
|
.replace("#1", "live"), taMiniapp.getMiniappId());
|
93
|
90
|
taLiveActivity.setQrCode(String.valueOf(taMiniappQrcode.getData()));
|
94
|
91
|
updateById(taLiveActivity);
|