|
|
@@ -130,6 +130,7 @@ public class UserMirrorShopOrderServiceImpl implements UserMirrorShopOrderServic
|
|
|
orderDon.setShopId(appId);
|
|
|
orderDon.setType(UserMirrorShopFeeOrderDon.Type.ALI_PAY);
|
|
|
orderDon.setBuyerId(buyerId);
|
|
|
+ orderDon.setStatus(UserMirrorShopFeeOrderDon.Status.hasPayment);
|
|
|
feeOrderDonMapper.updateById(orderDon);
|
|
|
}
|
|
|
}
|