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
kun
7 years ago
Commit
c83e3755d7dcef92e734fa8219dabba54993b823
1 parent
40573807
修改查询字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
dal/src/main/resources/META-INF/mybatis/UfoProductDetailsMapper.xml
dal/src/main/resources/META-INF/mybatis/UfoProductDetailsMapper.xml
View file @
c83e375
...
...
@@ -42,9 +42,9 @@
LEFT JOIN brand
ON product.brand_id = brand.id
LEFT JOIN product_sort sort1
ON product.
series
_id = sort1.id
ON product.
mid_sort
_id = sort1.id
LEFT JOIN product_sort sort2
ON
sort1.parent_id=
sort2.id
ON
product.max_sort_id =
sort2.id
</sql>
<select
id=
"selectProductDetailsCount"
resultType=
"integer"
>
...
...
Please
register
or
login
to post a comment