|
|
@@ -806,7 +806,7 @@ class StoreGroupOrderRepository extends BaseRepository
|
|
806
|
806
|
->setTotalPrice(bcadd($price, $postage, CommonEnum::DECIMAL_PLACES_OF_THE_AMOUNT))
|
|
807
|
807
|
->setTotalPostage($postage)
|
|
808
|
808
|
->setPayPostage($postage)
|
|
809
|
|
- ->setPayPrice($price)
|
|
|
809
|
+ ->setPayPrice(bcadd($price, $postage, CommonEnum::DECIMAL_PLACES_OF_THE_AMOUNT))
|
|
810
|
810
|
->setMerId($cartEntity->getMerId())
|
|
811
|
811
|
->setCost($cost)
|
|
812
|
812
|
->setMerMoney($merMoney)
|