shish 3 лет назад
Родитель
Сommit
a22ae001fd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/ExpendController.php

+ 1 - 0
app-ghs/controllers/ExpendController.php

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