bug (住宅租赁):修复导入bug

1. 添加面积字段
2. 删除插入自定义表多余字段
3. 去掉人工修正租赁基价id自增
4. 添加创建租赁视图
This commit is contained in:
purple
2020-07-20 16:04:14 +08:00
parent 257ac863f8
commit c0cc060384
13 changed files with 76 additions and 22 deletions

View File

@ -7,6 +7,5 @@ create type [dbo].[DWA_PROJECTBASEPRICE_RENT_MANU_Table] as table(
, RentPrice_1 decimal(18, 2)
, VOPPAT varchar(64)
, VOPPA decimal(18, 6)
, ModifyDate date
)
go