记得上下班打卡 | 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
8e25f119
Commit
8e25f119
authored
Apr 06, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改活动列表
parent
41525e25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
list.html
...n/resources/templates/zhengzai/smile/volunteers/list.html
+1
-1
db_ln_volunteers.sql
...le/liquidnet-service-smile-impl/docu/db_ln_volunteers.sql
+4
-4
sqlmap.properties
...t-service-smile-impl/src/main/resources/sqlmap.properties
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/volunteers/list.html
View file @
8e25f119
...
...
@@ -102,7 +102,7 @@
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-warning btn-xs
'
+
expertFlag
+
'
" href="javascript:void(0)" onclick="$.operate.edit(
\'
'
+
row
.
performancesId
+
'
\'
)"><i class="fa fa-remove"></i>同步</a>'
);
actions
.
push
(
'<a class="btn btn-warning btn-xs " href="javascript:void(0)" onclick="$.operate.edit(
\'
'
+
row
.
performancesId
+
'
\'
)"><i class="fa fa-remove"></i>同步</a>'
);
return
actions
.
join
(
''
);
}
}]
...
...
liquidnet-bus-service/liquidnet-service-smile/liquidnet-service-smile-impl/docu/db_ln_volunteers.sql
View file @
8e25f119
...
...
@@ -12,12 +12,12 @@ CREATE TABLE `smile_volunteers`
`school`
varchar
(
64
)
DEFAULT
''
COMMENT
'学校'
,
`school_address`
varchar
(
64
)
DEFAULT
''
COMMENT
'学校地址'
,
`specialty`
varchar
(
32
)
DEFAULT
''
COMMENT
'专长'
,
`specialty
_
2`
varchar
(
32
)
DEFAULT
''
COMMENT
'特长'
,
`specialty2`
varchar
(
32
)
DEFAULT
''
COMMENT
'特长'
,
`phone`
varchar
(
16
)
DEFAULT
''
COMMENT
'手机号'
,
`wx_num`
varchar
(
64
)
DEFAULT
''
COMMENT
'微信号'
,
`team_id
_
1`
varchar
(
64
)
DEFAULT
''
COMMENT
'申请组ID-1'
,
`team_id
_
2`
varchar
(
64
)
DEFAULT
''
COMMENT
'申请组ID-2'
,
`team_id
_
3`
varchar
(
64
)
DEFAULT
''
COMMENT
'申请组ID-3'
,
`team_id1`
varchar
(
64
)
DEFAULT
''
COMMENT
'申请组ID-1'
,
`team_id2`
varchar
(
64
)
DEFAULT
''
COMMENT
'申请组ID-2'
,
`team_id3`
varchar
(
64
)
DEFAULT
''
COMMENT
'申请组ID-3'
,
`introduce`
varchar
(
500
)
DEFAULT
''
COMMENT
'自我介绍'
,
`comment`
varchar
(
255
)
DEFAULT
''
COMMENT
'补充字段'
,
`created_at`
datetime
NULL
DEFAULT
CURRENT_TIMESTAMP
COMMENT
'创建时间'
,
...
...
liquidnet-bus-service/liquidnet-service-smile/liquidnet-service-smile-impl/src/main/resources/sqlmap.properties
View file @
8e25f119
...
...
@@ -7,4 +7,4 @@ smile_service.delete_user= delete from smile_user where uid=?
#---- 志愿者报名
smile_volunteers.apply
=
INSERT INTO smile_volunteers (`uid`,`project_id`,`name`,`img`,`id_card`,`sex`,`school`,`school_address`,`specialty`,`specialty_2`,`phone`,`team_id_1`,`team_id_2`,`team_id_3`,`introduce`,`created_at`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
\ No newline at end of file
smile_volunteers.apply
=
INSERT INTO smile_volunteers (`uid`,`project_id`,`name`,`img`,`id_card`,`sex`,`school`,`school_address`,`specialty`,`specialty2`,`phone`,`team_id1`,`team_id2`,`team_id3`,`introduce`,`created_at`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
\ No newline at end of file
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