Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
荆蔚杰
/
java.archive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ea375b6d
authored
2021-11-24 17:43:13 +0800
by
荆蔚杰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
文件上传和排序接口整合
1 parent
eeb29e78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/mapper/DgFileMapper.xml
src/main/resources/mapper/DgFileMapper.xml
View file @
ea375b6
...
...
@@ -26,7 +26,7 @@
</sql>
<resultMap
id=
"result"
type=
"com.pashanhoo.file.entity.vo.DgCatalogWithFileVO"
>
<result
column=
"
BSM_ARCHIVES
"
property=
"bsmArchive"
/>
<result
column=
"
bsm_archives
"
property=
"bsmArchive"
/>
<result
column=
"bsm_catalog"
property=
"bsmCatalog"
/>
<result
column=
"wjmc"
property=
"wjmc"
/>
<result
column=
"catalogXh"
property=
"catalogXh"
/>
...
...
@@ -49,7 +49,7 @@
join DG_ARCHIVES DA on DAC.BSM_ARCHIVES = DA.BSM_ARCHIVES
<where>
<if
test=
"bsmArchive != null and bsmArchive != ''"
>
BSM_ARCHIVES = #{bsmArchive,jdbcType=VARCHAR}
DAC.
BSM_ARCHIVES = #{bsmArchive,jdbcType=VARCHAR}
</if>
</where>
order by DF.XH,DAC.XH
...
...
Please
register
or
sign in
to post a comment