소스 검색

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

tangyuanwang 8 시간 전
부모
커밋
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'];