update gov_staff_role set ROLE_NAME = #{roleName} where ID = #{roleId} UPDATE gov_staff_role SET sort = #{sort}, updated_by = #{userId}, updated_time = NOW() WHERE id = #{roleId} UPDATE gov_staff_role role_name = #{roleName}, description = #{description}, updated_by = #{userId}, updated_time = NOW() WHERE id = #{roleId}