Browse Source

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

tangyuanwang 9 giờ trước cách đây
mục cha
commit
f860ab29d5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'];