|
@@ -38,6 +38,7 @@
|
|
|
<result property="businessType" column="business_type" jdbcType="VARCHAR"/>
|
|
|
<result property="riskLevel" column="risk_level" jdbcType="VARCHAR"/>
|
|
|
<result property="businessTypeName" column="business_type_name" jdbcType="VARCHAR"/>
|
|
|
+ <result property="realHeader" column="real_header" jdbcType="VARCHAR"/>
|
|
|
<collection property="cwProjectClientInfoDTOList" ofType="com.jeeplus.test.cw.workClientInfo.service.dto.CwWorkClientBaseDTO" column="id" select="getProjectClient"></collection>
|
|
|
<collection property="workAttachmentDtoList" ofType="com.jeeplus.test.workContract.service.dto.WorkAttachmentDto" column="id" select="getFileList"></collection>
|
|
|
</resultMap>
|
|
@@ -77,7 +78,8 @@
|
|
|
a.process_definition_id,
|
|
|
a.contract_id,
|
|
|
a.business_type,
|
|
|
- a.risk_level
|
|
|
+ a.risk_level,
|
|
|
+ a.real_header
|
|
|
</sql>
|
|
|
<sql id="File_Column_List">
|
|
|
wa.id,
|