Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
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
WN\wangnan
2017-07-10 18:36:01 +0800
Commit
fa59a41af7d62cb4bb1142147ad93ad9c4565ac5
1 parent
d472d2d3
productpriceplan加字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
dal/src/main/resources/META-INF/mybatis/ProductPricePlanMapper.xml
dal/src/main/resources/META-INF/mybatis/ProductPricePlanMapper.xml
View file @
fa59a41
...
...
@@ -32,6 +32,7 @@
<include
refid=
"Base_Column_List"
/>
from product_price_plan
where product_skn = #{skn,jdbcType=INTEGER}
limit 1
</select>
<select
id=
"selectCount"
resultType=
"java.lang.Integer"
>
select count(id)
...
...
Please
register
or
login
to post a comment