[修改] 组织管理 删除id 用org_code
This commit is contained in:
@@ -124,4 +124,7 @@ public class TtReportManageAct {
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<String> labelList;
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<LabelEntity> labelEOList;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Binary file not shown.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user