Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
06ade105
Commit
06ade105
authored
May 27, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导入事项与材料
parent
4d866568
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
portal-manager/db/add.sql
portal-manager/db/add.sql
+0
-4
portal-manager/pom.xml
portal-manager/pom.xml
+2
-0
No files found.
portal-manager/db/add.sql
View file @
06ade105
...
...
@@ -122,10 +122,7 @@ CREATE TABLE `mortals_xhx_message_task` (
`create_time`
datetime
DEFAULT
NULL
COMMENT
'创建时间'
,
`update_time`
datetime
DEFAULT
NULL
COMMENT
'更新时间'
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
INDEX
`idx_code`
(
`code`
)
USING
BTREE
,
INDEX
`idx_template_id`
(
`template_id`
)
USING
BTREE
,
INDEX
`idx_site_id`
(
`site_id`
)
USING
BTREE
,
INDEX
`idx_app_name`
(
`app_name`
)
USING
BTREE
,
INDEX
`idx_send_status`
(
`send_status`
)
USING
BTREE
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
ROW_FORMAT
=
DYNAMIC
COMMENT
=
'消息任务表'
;
...
...
@@ -151,7 +148,6 @@ CREATE TABLE `mortals_xhx_message_record` (
`update_time`
datetime
DEFAULT
NULL
COMMENT
'更新时间'
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
INDEX
`idx_task_id`
(
`task_id`
)
USING
BTREE
,
INDEX
`idx_code`
(
`code`
)
USING
BTREE
,
INDEX
`idx_site_id`
(
`site_id`
)
USING
BTREE
,
INDEX
`idx_app_name`
(
`app_name`
)
USING
BTREE
,
INDEX
`idx_send_status`
(
`send_status`
)
USING
BTREE
...
...
portal-manager/pom.xml
View file @
06ade105
...
...
@@ -66,6 +66,8 @@
<properties>
<profiles.active>
yibin
</profiles.active>
<profiles.nacos.server-addr>
172.15.28.120:8848
</profiles.nacos.server-addr>
<profiles.sms.smsSendUrl>
http://sms.wx3.com.cn/api/index/index
</profiles.sms.smsSendUrl>
<profiles.sms.apiId>
uHfVCZd49y7Tg120
</profiles.sms.apiId>
</properties>
</profile>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment