63 lines
1.7 KiB
Markdown
63 lines
1.7 KiB
Markdown
# 20231116迭代`未上线`
|
|
|
|
## 说明
|
|
|
|
### 人口
|
|
|
|
- 增加人员归属功能 2023年11月16日
|
|
- 本地调试的时候 , 需要增加线上的视图表 v_community_boss 2023年11月25日
|
|
- population_population_info表 , 增加了create_area1字段 2023年11月25日
|
|
-
|
|
### 房屋
|
|
|
|
- 增加房屋综合管理功能
|
|
- 新增、修改房屋时,可快速关联同住人,没有同住人可直接新增
|
|
|
|
## 表结构调整
|
|
|
|
### city_dict
|
|
|
|
| 字段 | 字段(旧) | 类型 | 类型(旧) | 默认值 | 默认值(旧) | 描述 | 操作 |
|
|
|---------|----------|--------|--------------|-----|--------|------|----|
|
|
| is_hide | | int(1) | | 0 | | 是否隐藏 | 新增 |
|
|
| is_hide | is_hide1 | int(1) | varchar(255) | 0 | '123' | 是否隐藏 | 修改 |
|
|
| is_hide | | int(1) | | 0 | | 是否隐藏 | 删除 |
|
|
|
|
### population_population_info
|
|
CBC 增加 create_area1 字段 varchar(255) 创建人所在街道名称 2023年11月25日13:51:40
|
|
|
|
### 菜单调整
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th rowspan="2">名称</th>
|
|
<th colspan="4">变更前</th>
|
|
<th colspan="4">变更后</th>
|
|
</tr>
|
|
<tr>
|
|
<th>链接</th>
|
|
<th>接口前缀</th>
|
|
<th>资源前缀</th>
|
|
<th>路由前缀</th>
|
|
<th>链接</th>
|
|
<th>接口前缀</th>
|
|
<th>资源前缀</th>
|
|
<th>路由前缀</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>房屋综合管理</td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td>/list-summary</td>
|
|
<td>/api</td>
|
|
<td>/resource</td>
|
|
<td>/route/house</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|