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