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