|
@@ -69,6 +69,7 @@
|
|
|
<result property="cityAudit" column="city_audit"/>
|
|
|
</association>
|
|
|
<association property="table1" javaType="Table1">
|
|
|
+ <result property="eventId" column="event_id"/>
|
|
|
<result property="reportUnit" column="report_unit"/>
|
|
|
<result property="reportTimeY" column="report_time_y"/>
|
|
|
<result property="reportTimeM" column="report_time_m"/>
|
|
@@ -286,6 +287,7 @@
|
|
|
b.town_audit,
|
|
|
b.city_form,
|
|
|
b.city_audit,
|
|
|
+ c.event_id,
|
|
|
c.report_unit,
|
|
|
c.report_time_y,
|
|
|
c.report_time_m,
|
|
@@ -388,6 +390,7 @@
|
|
|
b.town_audit,
|
|
|
b.city_form,
|
|
|
b.city_audit,
|
|
|
+ c.event_id,
|
|
|
c.report_unit,
|
|
|
c.report_time_y,
|
|
|
c.report_time_m,
|