Commit 5211b168 by tang

费率bug修改

parent 50b9a257
...@@ -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>
......
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