【数据库】更新表【CoreCmsArea】数据,数据来源于民政部、国家统计局公示最新行政区划代码。删除【postalCode】邮编字段。

This commit is contained in:
大灰灰
2022-10-01 09:31:04 +08:00
parent dd486460e5
commit 71aad10aea
12 changed files with 9 additions and 59 deletions

View File

@@ -66,7 +66,6 @@ namespace CoreCms.Net.Repository
}
//事物处理过程开始
oldModel.name = entity.name;
oldModel.postalCode = entity.postalCode;
oldModel.sort = entity.sort;
//事物处理过程结束