store_id = $storeId; $model->cash_price = $amount; $model->receivable = $amount; $model->status = YesNoEnum::YES;//收银台收了默认算完成了 $model->save(); } }