@@ -82,6 +82,7 @@ class ExpendController extends BaseController
'staffId' => $this->shopAdminId,
'staffName' => $staffName,
'ptStyle' => $ptStyle,
+ 'payWay' => $payWay,
];
ExpendClass::add($expendData);
$transaction->commit();