Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
7 years ago
Commit
2cdd9b0c3689cf6f2941a9659d72b3cd4a9b0daf
1 parent
3b6041b1
增加尺码id
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/UfoSizeMapper.xml
dal/src/main/resources/META-INF/mybatis/UfoSizeMapper.xml
View file @
2cdd9b0
...
...
@@ -81,7 +81,7 @@
<select
id=
"selectAllSizeBySortId"
resultMap=
"sizeMap"
>
select
<include
refid=
"queryColumns"
/>
select
id, size_name
from size where sort_id = #{sortId}
</select>
...
...
Please
register
or
login
to post a comment