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
Plain Diff
Browse Files
Authored by
mali
2019-05-23 10:24:14 +0800
Commit
735f33b6a30c6773795f7becab86999e3725faa2
2 parents
a3f3c4e6
0619053f
Merge branch 'master' into test6.9.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/OrdersPayMapper.xml
dal/src/main/resources/META-INF/mybatis/OrdersPayMapper.xml
View file @
735f33b
...
...
@@ -20,7 +20,7 @@
<select
id=
"selectByOrderCode"
resultMap=
"BaseResultMap"
>
select
<include
refid=
"Base_Column_List"
/>
from orders_pay where order_code = #{orderCode}
from orders_pay where order_code = #{orderCode}
limit 1
</select>
</mapper>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment