Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
1a24fd60
Commit
1a24fd60
authored
Jul 12, 2020
by
一日看尽长安花
Committed by
Gitee
Jul 12, 2020
Browse files
!38 增加oracle版本core_user遗漏的附件字段
Merge pull request !38 from 魔主万界DEV/master
parents
71001e89
b34143ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
admin-console/src/main/resources/templates/admin/user/edit.html
View file @
1a24fd60
...
...
@@ -64,7 +64,7 @@
</div>
<div
class=
"layui-row"
>
<layui:attachment
name=
"attachmentId"
batchFileUUID=
"${user.attachmentId}"
isNew=
"false"
bizId=
"${user.id}"
bizType=
"User"
/>
<layui:attachment
name=
"attachmentId"
batchFileUUID=
"${user.attachmentId
!uuid()
}"
isNew=
"false"
bizId=
"${user.id}"
bizType=
"User"
/>
</div>
<layui:submitButtons
id=
"saveUser"
/>
...
...
doc/starter-oracle.sql
View file @
1a24fd60
...
...
@@ -504,7 +504,8 @@ create table CORE_USER
job_type1
VARCHAR2
(
16
),
del_flag
NUMBER
(
4
),
update_time
DATE
,
job_type0
VARCHAR2
(
16
)
job_type0
VARCHAR2
(
16
),
attachment_id
VARCHAR2
(
128
)
)
tablespace
USERS
pctfree
10
...
...
Write
Preview
Supports
Markdown
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