[修改] 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"/>
</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