|
|
@@ -939,7 +939,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
|
|
|
storeOrder.setPayMoney(receipt.getTotalFee());
|
|
|
storeOrder.setDeductionPrice(receipt.getTotalFee());
|
|
|
storeOrder.setStatus(1);
|
|
|
- storeOrder.setPayDelivery(storeOrder.getTotalPrice().subtract(storeOrder.getPayPrice()));
|
|
|
+ storeOrder.setPayDelivery(storeOrder.getPayPrice());
|
|
|
} else {
|
|
|
storeOrder.setPayType("1");
|
|
|
storeOrder.setPayMoney(storeOrder.getTotalPrice());
|