v1.0.30: companies 表删除 name_en(英文名称)字段及全部关联 - 迁移SQL+helpers白名单+add/import/export/list+person关联查询(companies/company_options/products)+completeness核心层与标签+company.js搜索/筛选/列表/详情
This commit is contained in:
@@ -7,7 +7,7 @@ require_once __DIR__ . '/response.php';
|
||||
|
||||
/** 企业表可写入字段白名单(key => 类型标记:s字符串/i整数/d日期/n数字) */
|
||||
const COMPANY_FIELDS = [
|
||||
'name_zh' => 's', 'name_en' => 's', 'display_name' => 's',
|
||||
'name_zh' => 's', 'display_name' => 's',
|
||||
'business_role' => 's', 'country' => 's', 'registration_number' => 's',
|
||||
'address' => 's', 'legal_form' => 's', 'legal_representative' => 's',
|
||||
'business_scope' => 's', 'established_date' => 'd', 'registered_capital' => 's',
|
||||
|
||||
Reference in New Issue
Block a user