wuggemail@foxmail.com 3 mesi fa
parent
commit
a38ea92f1a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/cxinv/controller/OrderInvoice.php

+ 0 - 1
app/cxinv/controller/OrderInvoice.php

@@ -68,7 +68,6 @@ class OrderInvoice extends Base
             if($orderInfo->is_comon!=$params["is_comon"]) return error("{$order["sequenceNo"]}类型不匹配");
             if($orderInfo->is_comon!=$params["is_comon"]) return error("{$order["sequenceNo"]}类型不匹配");
             $isCategory = Good::where(["spuCode"=>$orderInfo->goodNo,"status"=>2])->findOrEmpty();
             $isCategory = Good::where(["spuCode"=>$orderInfo->goodNo,"status"=>2])->findOrEmpty();
             if($isCategory->isEmpty()) return error("{$order["sequenceNo"]}商品未确认开票类目");
             if($isCategory->isEmpty()) return error("{$order["sequenceNo"]}商品未确认开票类目");
-            $total_fee = bcadd($total_fee,$order["inv_fee"],8);
             if($platform_type==""){
             if($platform_type==""){
                 $platform_type = $orderInfo->platform_type;
                 $platform_type = $orderInfo->platform_type;
             }else{
             }else{