Showing
1 changed file
with
2 additions
and
1 deletions
@@ -98,7 +98,8 @@ public class OrderShareActivityServiceImpl implements IOrderShareActivityService | @@ -98,7 +98,8 @@ public class OrderShareActivityServiceImpl implements IOrderShareActivityService | ||
98 | bo.setFlag(2); | 98 | bo.setFlag(2); |
99 | return bo; | 99 | return bo; |
100 | } | 100 | } |
101 | - | 101 | + bo.setH5Title(activitydb.getH5Title()); |
102 | + bo.setActivityEndPic(activitydb.getActivityEndPic()); | ||
102 | if (activitydb.getIsShowPic().equals(0)) { | 103 | if (activitydb.getIsShowPic().equals(0)) { |
103 | // 不显示APP内弹框,即活动作废 | 104 | // 不显示APP内弹框,即活动作废 |
104 | log.warn("activity is disabled,params is ordercode={},uid={},flag=6",ordercode,uid); | 105 | log.warn("activity is disabled,params is ordercode={},uid={},flag=6",ordercode,uid); |
-
Please register or login to post a comment