|
@@ -4,6 +4,7 @@
|
|
|
|
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
<!-- 通用查询映射结果 -->
|
|
|
<resultMap id="BaseResultMap" type="com.aoyang.tms.entity.TruckEscort">
|
|
<resultMap id="BaseResultMap" type="com.aoyang.tms.entity.TruckEscort">
|
|
|
|
|
+ <id column="id" property="id" />
|
|
|
<result column="truck_id" property="truckId" />
|
|
<result column="truck_id" property="truckId" />
|
|
|
<result column="org_id" property="orgId" />
|
|
<result column="org_id" property="orgId" />
|
|
|
<result column="org_name" property="orgName" />
|
|
<result column="org_name" property="orgName" />
|
|
@@ -21,7 +22,7 @@
|
|
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
- truck_id, org_id, org_name, org_short_name, user_id, escort_name, note, creater, creater_name, create_date, updater, updater_name, update_date
|
|
|
|
|
|
|
+ id, truck_id, org_id, org_name, org_short_name, user_id, escort_name, note, creater, creater_name, create_date, updater, updater_name, update_date
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|