|
@@ -27,6 +27,7 @@
|
|
|
<result property="officeDTO.name" column="officeDTO.name"/>
|
|
|
<result property="officeDTO.isPublic" column="officeDTO.isPublic"/>
|
|
|
<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">
|
|
|
<id property="id" column="roleDTO.id"/>
|
|
|
<result property="name" column="roleDTO.name"/>
|