|
@@ -9,11 +9,12 @@
|
|
<result column="push_time" property="pushTime" />
|
|
<result column="push_time" property="pushTime" />
|
|
<result column="target_system" property="targetSystem" />
|
|
<result column="target_system" property="targetSystem" />
|
|
<result column="company_id" property="companyId" />
|
|
<result column="company_id" property="companyId" />
|
|
|
|
+ <result column="uuid" property="uuid" />
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- id, report_id, push_time, target_system, company_id
|
|
|
|
|
|
+ id, report_id, push_time, target_system, company_id, uuid
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|