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
gemingdan
2017-06-19 18:17:44 +0800
Commit
033cab1503f5ad556e3879d45a9cb89f37b8566c
1 parent
2a4682db
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/ScoreSknRuleMapper.xml
dal/src/main/resources/META-INF/mybatis/ScoreSknRuleMapper.xml
View file @
033cab1
...
...
@@ -20,7 +20,7 @@
select
<include
refid=
"Base_Column_List"
/>
from score_skn_rule
where
id = #{id
,jdbcType=INTEGER}
where
skn = #{skn
,jdbcType=INTEGER}
</select>
<select
id=
"selectAll"
resultMap=
"BaseResultMap"
>
select
...
...
Please
register
or
login
to post a comment