|
@@ -55,6 +55,8 @@
|
|
|
<result property="entType" column="ent_type"/>
|
|
|
<result property="productLine" column="product_line"/>
|
|
|
<result property="entLevel" column="ent_level"/>
|
|
|
+ <collection property="serviceCharges" ofType="com.qunzhixinxi.hnqz.admin.api.vo.SysEnterpriseServiceChargeVO"
|
|
|
+ select="com.qunzhixinxi.hnqz.admin.mapper.SysDeptSubMapper.listSysEnterpriseServiceCharge" column="ent_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectDistinctDeptId" resultMap="sysDeptMap">
|