ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -251,7 +251,8 @@ <if test="loginDate != null">login_date = #{loginDate},</if> <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if> <if test="remark != null">remark = #{remark},</if> update_time = sysdate() <if test="paid != null and paid != ''">paid = #{paid},</if> update_time = sysdate() </set> where user_id = #{userId} </update>