opcache
This commit is contained in:
@@ -470,7 +470,8 @@ class LedgerForm extends BaseModel
|
||||
$logProcess->updated_at = $time;
|
||||
$logProcess->saveOrFail();
|
||||
}
|
||||
|
||||
|
||||
$platformDeliveryTotal = 0;
|
||||
//增加快递记录
|
||||
if($productOrder->trans_expenses > 0){
|
||||
$platformDeliveryTotal = Ledger::find()->where(['order_id' => $this->order_id, 'user_type' => 2, 'order_type' => 1, 'fee_type' => 3])->sum('money'); // 该订单快递费用
|
||||
|
||||
Reference in New Issue
Block a user