...
|
...
|
@@ -3416,7 +3416,9 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
periodOrders.forEach(o->{
|
|
|
UnionShareOrdersBo b = new UnionShareOrdersBo();
|
|
|
BeanUtils.copyProperties(o,b);
|
|
|
b.setActivityType(2);
|
|
|
if (b.getActivityId()>0) {
|
|
|
b.setActivityType(2);
|
|
|
}
|
|
|
orderList.add(b);
|
|
|
orderCodes.add(b.getOrderCode());
|
|
|
});
|
...
|
...
|
|