[修改] userEomapper

This commit is contained in:
bupengxiang
2023-05-16 20:10:21 +08:00
parent 5e5ecd9583
commit 70f1e89629
@@ -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