Commit 5211b168 by tang

费率bug修改

parent 50b9a257
......@@ -119,14 +119,15 @@
</insert>
<update id="update">
UPDATE youka_rate yr SET
UPDATE youka_rate SET
yr.rate = #{rate},
yr.balance = #{balance},
yr.single_limit = #{singleLimit},
yr.day_limit = #{dayLimit},
yr.update_date = #{updateDate},
yr.update_by = #{updateBy.id}
rate = #{rate},
balance = #{balance},
single_limit = #{singleLimit},
sigle_Price = #{siglePrice},
day_limit = #{dayLimit},
update_date = #{updateDate},
update_by = #{updateBy.id}
WHERE code = #{code}
</update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment