记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
7b91708b
Commit
7b91708b
authored
Jan 26, 2026
by
姜秀龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
189df521
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
11 deletions
+16
-11
add_notice_type_field.sql
add_notice_type_field.sql
+5
-1
notices.html
...n/resources/templates/zhengzai/kylin/notices/notices.html
+11
-10
No files found.
add_notice_type_field.sql
View file @
7b91708b
...
...
@@ -7,3 +7,7 @@ UPDATE `kylin_buy_notice` SET `notice_type` = 1 WHERE `notice_type` IS NULL OR `
-- 添加索引
ALTER
TABLE
`kylin_buy_notice`
ADD
INDEX
`idx_notice_type`
(
`notice_type`
);
alter
table
kylin_buy_notice
modify
message
varchar
(
500
)
default
''
not
null
comment
'内容'
;
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/notices/notices.html
View file @
7b91708b
...
...
@@ -37,9 +37,9 @@
<a
class=
"btn btn-success"
onclick=
"$.operate.add()"
shiro:hasPermission=
"kylin:notices:create"
>
<i
class=
"fa fa-plus"
></i>
添加
</a>
<a
class=
"btn btn-danger multiple disabled"
onclick=
"removeAllNotices()"
shiro:hasPermission=
"kylin:notices:delete"
>
删除
</a
>
<!-- <a class="btn btn-danger multiple disabled" onclick="removeAllNotices()" shiro:hasPermission="kylin:notices:delete">--
>
<!-- 删除-->
<!-- </a>--
>
</div>
<div
class=
"col-sm-12 select-table table-bordered"
>
<table
id=
"bootstrap-table"
></table>
...
...
@@ -61,13 +61,14 @@
removeUrl
:
prefix
+
"/delete"
,
detailUrl
:
prefix
+
"/detail/{id}"
,
modalName
:
"须知"
,
columns
:
[{
checkbox
:
true
},
{
field
:
'buyNoticeId'
,
title
:
'ID'
},
columns
:
[
// {
// checkbox: true
// },
// {
// field: 'buyNoticeId',
// title: 'ID'
// },
{
field
:
'imgUrl'
,
title
:
'图标'
,
...
...
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