Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-youka-wallet
youka-manage
Commits
5211b168
Commit
5211b168
authored
Jun 05, 2018
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费率bug修改
parent
50b9a257
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
YoukaRateDao.xml
src/main/resources/mappings/modules/youka/YoukaRateDao.xml
+8
-7
No files found.
src/main/resources/mappings/modules/youka/YoukaRateDao.xml
View file @
5211b168
...
@@ -119,14 +119,15 @@
...
@@ -119,14 +119,15 @@
</insert>
</insert>
<update
id=
"update"
>
<update
id=
"update"
>
UPDATE youka_rate
yr
SET
UPDATE youka_rate SET
yr.rate = #{rate},
rate = #{rate},
yr.balance = #{balance},
balance = #{balance},
yr.single_limit = #{singleLimit},
single_limit = #{singleLimit},
yr.day_limit = #{dayLimit},
sigle_Price = #{siglePrice},
yr.update_date = #{updateDate},
day_limit = #{dayLimit},
yr.update_by = #{updateBy.id}
update_date = #{updateDate},
update_by = #{updateBy.id}
WHERE code = #{code}
WHERE code = #{code}
</update>
</update>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment