[修改] 组织管理 删除id 用org_code

This commit is contained in:
bupengxiang
2023-05-09 11:00:44 +08:00
parent 89b48fd62b
commit 8df19abcef
20 changed files with 103 additions and 46 deletions
@@ -22,7 +22,7 @@
<result column="del_flag" property="delFlag" />
<result column="secrecy_last" property="secrecyLast" />
<result column="file_name" property="fileName" />
<collection property="labelList" ofType="com.adc.da.report.eo.LabelEntity">
<collection property="labelEOList" ofType="com.adc.da.report.eo.LabelEntity">
<id column="lableId" property="id"/>
<result column="lableName" property="name"/>
</collection>