Просмотр исходного кода

[智价云] 店铺平台编辑更新

tangyuanwang 10 часов назад
Родитель
Сommit
f860ab29d5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Models/Manager/WashConfig/ViolationStore.php

+ 1 - 0
app/Models/Manager/WashConfig/ViolationStore.php

@@ -136,6 +136,7 @@ class ViolationStore extends Model
         DB::beginTransaction();
         try {
             $ViolationStore->company_id = $data['company_id'];
+            $ViolationStore->platform = $data['platform'];
             $ViolationStore->store_name = $data['store_name'];
             $ViolationStore->store_type = $data['store_type'];
             $ViolationStore->employee_ids = $data['employee_ids'];