Commit 1a24fd60 authored by 一日看尽长安花's avatar 一日看尽长安花 Committed by Gitee
Browse files

!38 增加oracle版本core_user遗漏的附件字段

Merge pull request !38 from 魔主万界DEV/master
parents 71001e89 b34143ae
......@@ -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" />
......
......@@ -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
......
Supports Markdown
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