ci:修改UserEOMapper中的数据库字段

This commit is contained in:
2023-05-16 18:28:25 +08:00
parent d7ab68933a
commit a9bc15b5eb
@@ -65,8 +65,8 @@
<result column="remarks" property="remarks"/>
</collection>
<collection property="orgEOList" ofType="com.adc.da.sys.entity.OrgEO">
<id column="orgId" property="DepartmentCode"/>
<result column="org_name" property="LongName"/>
<id column="ID" property="DepartmentCode"/>
<result column="LONG_NAME" property="LongName"/>
</collection>
</resultMap>