|
@@ -75,6 +75,9 @@ public class SellOrderServiceImpl extends BaseServiceImpl<Integer, SellOrder> im
|
|
|
|
|
|
AccountType accountType = sysPaymentConfigService.checkAccountType(PaymentChannelEnum.valueOf(order.getPaymentChannel()), order.getMerNos());
|
|
|
|
|
|
+ //批次号 TODO
|
|
|
+ List<SellOrder> sellOrderList = goodsService.subtractStock(goodsIds, accountType);
|
|
|
+
|
|
|
for (Integer goodsId : goodsIds) {
|
|
|
SellOrder sellOrder = new SellOrder();
|
|
|
BigDecimal goodsPrice = BigDecimal.ZERO;
|