| ... | ... | @@ -13,6 +13,7 @@ | 
|  |  | <result column="business_license" jdbcType="VARCHAR" property="businessLicense" /> | 
|  |  | <result column="departmentId" jdbcType="VARCHAR" property="departmentid" /> | 
|  |  | <result column="mq_code" jdbcType="VARCHAR" property="mqcode" /> | 
|  |  | <result column="org_type" jdbcType="VARCHAR" property="orgtype" /> | 
|  |  | </resultMap> | 
|  |  | <resultMap id="TreeSqlWithPermResultMap" type="com.tianbo.warehouse.model.ROLE" extends="BaseResultMap"> | 
|  |  | <collection column="role_id" javaType="java.util.ArrayList" ofType="com.tianbo.warehouse.model.PERMISSION" property="permissions" select="com.tianbo.warehouse.dao.PERMISSIONMapper.getRolePermisson" /> | 
| ... | ... | @@ -40,7 +41,7 @@ | 
|  |  | </resultMap> | 
|  |  | <sql id="Base_Column_List"> | 
|  |  | role_id, role_name, role_sign, description, `type`, parentId, rsort, customs_reg_code, | 
|  |  | business_license, departmentId, mq_code | 
|  |  | business_license, departmentId, mq_code, orgtype | 
|  |  | </sql> | 
|  |  | <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap"> | 
|  |  | select | 
... | ... |  |