gorden 4 months ago
parent
commit
7c0459f5d4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app/admin/controller/member/QuotaController.php

+ 3 - 2
app/admin/controller/member/QuotaController.php

@@ -394,7 +394,8 @@ class QuotaController extends Curd
                     'write_off_member_id' => $params['write_off_member_id'],
                     'write_off_member_id' => $params['write_off_member_id'],
                     'dept_premises_id' => $params['dept_premises_id'] ?? '',
                     'dept_premises_id' => $params['dept_premises_id'] ?? '',
                     'times' => $params['times'],
                     'times' => $params['times'],
-                    'remark' => $params['remark'] ?? ''
+                    'remark' => $params['remark'] ?? '',
+                    'charge_waiter' => $params['charge_waiter'] ?? ''
                 ];
                 ];
                 $writeOffData = AddedService::generateWriteOffData($param);
                 $writeOffData = AddedService::generateWriteOffData($param);
                 if ($quotas[0]['member_quota_nbr'] != '-99.00') {
                 if ($quotas[0]['member_quota_nbr'] != '-99.00') {
@@ -422,7 +423,7 @@ class QuotaController extends Curd
             _syslog("核销", "核销成功");
             _syslog("核销", "核销成功");
 
 
             //  清除验证码
             //  清除验证码
-            // Redis::del($key);
+            Redis::del($key);
 
 
             Db::commit();
             Db::commit();