|
@@ -332,7 +332,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
|
|
|
|
|
|
|
<update id="userAddDuration">
|
|
<update id="userAddDuration">
|
|
|
- update sys_user set duration = duration+#{duration}
|
|
|
|
|
|
|
+ update sys_user set duration = format(duration+#{duration},2)
|
|
|
where user_id = #{userId}
|
|
where user_id = #{userId}
|
|
|
</update>
|
|
</update>
|
|
|
<update id="updateUserProjectSum">
|
|
<update id="updateUserProjectSum">
|