|
|
@@ -123,6 +123,7 @@ public class GoodsWholesalePayServiceImpl implements GoodsWholesalePayService {
|
|
|
orderDon.setMoney(BigDecimal.valueOf(payReq.getNum()).multiply(singlePrice));
|
|
|
String orderNo = SEQUENCE.nextId().toString();
|
|
|
orderDon.setOrderNo(orderNo);
|
|
|
+ orderDon.setNum(payReq.getNum());
|
|
|
if (balance != null) {
|
|
|
deductBalancePayOrderMoney(orderDon, balance, user);
|
|
|
}
|