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
0992d543
Commit
0992d543
authored
Oct 31, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加窗口大厅站点选项
parent
b530f5cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
base-manager/src/main/resources/sqlmap/module/matter/MatterDatumMapper.xml
...main/resources/sqlmap/module/matter/MatterDatumMapper.xml
+2
-1
No files found.
base-manager/src/main/resources/sqlmap/module/matter/MatterDatumMapper.xml
View file @
0992d543
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
<result
property=
"datumId"
column=
"datumId"
/>
<result
property=
"datumId"
column=
"datumId"
/>
<result
property=
"fileName"
column=
"fileName"
/>
<result
property=
"fileName"
column=
"fileName"
/>
<result
property=
"fileUrl"
column=
"fileUrl"
/>
<result
property=
"fileUrl"
column=
"fileUrl"
/>
<result
property=
"localFileUrl"
column=
"localFileUrl"
/>
<result
property=
"filetype"
column=
"filetype"
/>
<result
property=
"filetype"
column=
"filetype"
/>
<result
property=
"source"
column=
"source"
/>
<result
property=
"source"
column=
"source"
/>
<result
property=
"createTime"
column=
"createTime"
/>
<result
property=
"createTime"
column=
"createTime"
/>
...
@@ -133,7 +134,7 @@
...
@@ -133,7 +134,7 @@
<!-- 子表所有列 -->
<!-- 子表所有列 -->
<sql
id=
"_columns_sub"
>
<sql
id=
"_columns_sub"
>
<trim
suffixOverrides=
","
suffix=
""
>
<trim
suffixOverrides=
","
suffix=
""
>
b.id,b.datumId,b.fileName,b.fileUrl,b.filetype,b.source,b.createTime,b.createUserId,b.updateTime,b.materialName,
b.id,b.datumId,b.fileName,b.fileUrl,b.
localFileUrl,b.
filetype,b.source,b.createTime,b.createUserId,b.updateTime,b.materialName,
</trim>
</trim>
</sql>
</sql>
<!-- 新增 区分主键自增加还是业务插入 -->
<!-- 新增 区分主键自增加还是业务插入 -->
...
...
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