[修改] userEomapper
This commit is contained in:
@@ -65,8 +65,9 @@
|
||||
<result column="remarks" property="remarks"/>
|
||||
</collection>
|
||||
<collection property="orgEOList" ofType="com.adc.da.sys.entity.OrgEO">
|
||||
<id column="ID" property="DepartmentCode"/>
|
||||
<result column="LONG_NAME" property="LongName"/>
|
||||
<id column="org_id" property="id"/>
|
||||
<result column="LONG_NAME" property="longName"/>
|
||||
<result column="DEPARTMENT_CODE" property="departmentCode"/>
|
||||
</collection>
|
||||
</resultMap>
|
||||
|
||||
@@ -110,6 +111,7 @@
|
||||
r.is_default as isDefault,
|
||||
r.name as name,
|
||||
r.remarks as remarks,
|
||||
org.id as org_id,
|
||||
org.DEPARTMENT_CODE as DEPARTMENT_CODE,
|
||||
org.LONG_NAME as LONG_NAME
|
||||
from TS_USER u
|
||||
|
||||
Reference in New Issue
Block a user