Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
chenchao
5 years ago
Commit
0433b4097cfe2d4462e0a49872bd01986ce57d92
1 parent
34e718bb
remove useless column
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/order/NoticeCaseMapper.xml
dal/src/main/resources/META-INF/mybatis/order/NoticeCaseMapper.xml
View file @
0433b40
...
...
@@ -7,7 +7,7 @@
<result
column=
"title"
jdbcType=
"VARCHAR"
property=
"title"
/>
</resultMap>
<sql
id=
"Base_Column_List"
>
id, meta_key, title
, rule_ids, rules
id, meta_key, title
</sql>
<select
id=
"selectByMetaKey"
parameterType=
"java.lang.String"
resultMap=
"BaseResultMap"
>
...
...
Please
register
or
login
to post a comment