ci:修改UserEOMapper中的数据库字段
This commit is contained in:
@@ -65,8 +65,8 @@
|
|||||||
<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="orgId" property="DepartmentCode"/>
|
<id column="ID" property="DepartmentCode"/>
|
||||||
<result column="org_name" property="LongName"/>
|
<result column="LONG_NAME" property="LongName"/>
|
||||||
</collection>
|
</collection>
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user