...
|
...
|
@@ -1394,7 +1394,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
return null;
|
|
|
}
|
|
|
//
|
|
|
UnionShareOrders activityOrder = queryOrderActivity(unionShareOrders.getOrderUid(), unionShareOrders.getPromoteUid(), unionShareOrders.getActivityId());
|
|
|
UnionShareOrders activityOrder = queryOrderActivity(unionShareOrders.getOrderUid(), unionShareOrders.getPromoteUid(), unionShareOrders.getExtraActivityId());
|
|
|
if (null == activityOrder) {
|
|
|
return null;
|
|
|
}
|
...
|
...
|
@@ -1726,6 +1726,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
logs.setPromoteUid(promoteUid);
|
|
|
logs.setOrderUid(orderUid);
|
|
|
unionShareOrdersActivityLogsMapper.insertSelective(logs);
|
|
|
updateMonthData(logs.getPromoteUid(),new HashSet<String>(){{add(DateUtil.getDateStrBySecond(now,"yyyyMM"));}});
|
|
|
return true;
|
|
|
}
|
|
|
}
|
...
|
...
|
|