|  | @@ -27,6 +27,7 @@
 | 
												
													
														
															|  |          <result property="officeDTO.name" column="officeDTO.name"/>
 |  |          <result property="officeDTO.name" column="officeDTO.name"/>
 | 
												
													
														
															|  |          <result property="officeDTO.isPublic" column="officeDTO.isPublic"/>
 |  |          <result property="officeDTO.isPublic" column="officeDTO.isPublic"/>
 | 
												
													
														
															|  |          <result property="officeDTO.parentIds" column="officeDTO.parentIds"/>
 |  |          <result property="officeDTO.parentIds" column="officeDTO.parentIds"/>
 | 
												
													
														
															|  | 
 |  | +        <result property="otherServiceFlag" column="other_service_flag"/>
 | 
												
													
														
															|  |          <collection property="roleDTOList" javaType="java.util.List" ofType="com.jeeplus.sys.service.dto.RoleDTO">
 |  |          <collection property="roleDTOList" javaType="java.util.List" ofType="com.jeeplus.sys.service.dto.RoleDTO">
 | 
												
													
														
															|  |              <id property="id" column="roleDTO.id"/>
 |  |              <id property="id" column="roleDTO.id"/>
 | 
												
													
														
															|  |              <result property="name" column="roleDTO.name"/>
 |  |              <result property="name" column="roleDTO.name"/>
 |