|
@@ -40,6 +40,7 @@
|
|
|
<result property="businessTypeName" column="business_type_name" jdbcType="VARCHAR"/>
|
|
|
<result property="realHeader" column="real_header" jdbcType="VARCHAR"/>
|
|
|
<result property="clientContactsName" column="client_contacts_name" jdbcType="VARCHAR"/>
|
|
|
+ <result property="reportType" column="report_type" 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>
|
|
@@ -80,7 +81,8 @@
|
|
|
a.contract_id,
|
|
|
a.business_type,
|
|
|
a.risk_level,
|
|
|
- a.real_header
|
|
|
+ a.real_header,
|
|
|
+ a.report_type
|
|
|
</sql>
|
|
|
<sql id="File_Column_List">
|
|
|
wa.id,
|