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