Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ac14a5eb
authored
6 years ago
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[修改回款信息]
1 parent
6d08bdda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
code/finance_serv/src/main/java/com/vion/financial/mapping/ReturnInfoMapper.xml
code/finance_serv/src/main/java/com/vion/financial/mapping/ReturnInfoMapper.xml
View file @
ac14a5e
...
...
@@ -34,7 +34,8 @@
)
</insert>
<update
id=
"updateReturnInfo"
parameterType=
"com.vion.financial.entity.ReturnInfo"
>
update tb_return_info set (
update tb_return_info
<set>
<if
test=
"reback_progress !=null and reback_progress !=''"
>
reback_progress = #{reback_progress},
</if>
...
...
@@ -47,7 +48,7 @@
<if
test=
"reback_note !=null and reback_note !=''"
>
reback_note = #{reback_note}
</if>
)
</set>
where reback_unid = #{reback_unid}
</update>
<select
id=
"queryReturnInfo"
parameterType=
"String"
resultType=
"com.vion.financial.entity.ReturnInfo"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment