Commit 53381e70 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 61cae858
......@@ -72,3 +72,6 @@ CREATE TABLE `mortals_ent_life_matter_sub`
ALTER TABLE mortals_sys_matter ADD COLUMN `areaName` varchar(255) COMMENT '区域名称';
ALTER TABLE mortals_sys_matter ADD COLUMN `areaLevel` tinyint(2) COMMENT '区域等级(1.省,2.地市州,3.区县,4.街道,5.社区)';
INSERT INTO `mortals_sys_area` VALUES (null, ',16ca461e2c824257a50dd0c7fab6f2de', '达州东部经开区', 'gde17ba11bbf48568547c21b174c8a32', '16ca461e2c824257a50dd0c7fab6f2de', 'True', 'True', 'false', 'false', '511715000000', 3, '达州东部经开区', 'dzsgxjscyy.sczwfw.gov.cn', 1, '2025-03-20 10:20:10', NULL, '2025-03-20 10:20:10');
......@@ -6,7 +6,8 @@ Content-Type: application/json
{
"page":1,
"size":-1,
"areaLevelList":[2,3]
"areaLevelList":[2,3],
"orderColList":[{"colName":"status"}]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment