ci:修改UserEOMapper中的数据库字段
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user