소스 검색

[智价云] 重复店铺提示更新

tangyuanwang 11 시간 전
부모
커밋
f8d3a22680
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Manager/WashConfig/ViolationStore.php

+ 1 - 1
app/Http/Controllers/Manager/WashConfig/ViolationStore.php

@@ -216,7 +216,7 @@ class ViolationStore extends Controller
             $all_data['company_id'] = $admin_company_id;
         }
         $data = $ViolationStoreModel->where($map)->first();
-        if ($data)     return json_send(['code' => 'error', 'msg' => '营业执照记录已存在']);
+        if ($data)     return json_send(['code' => 'error', 'msg' => '店铺信息已存在']);
         // 写入数据表
         $result     =  $ViolationStoreModel->addViolationStore($all_data);
         // 如果操作失败