|
|
|
@ -43,6 +43,8 @@
|
|
|
|
|
<result property="remark" column="remark" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="areaCity" column="area_city" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="areaDistrict" column="area_district" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="maintainStand" column="maintain_stand" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="destoryStand" column="destory_stand" jdbcType="VARCHAR"/>
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
@ -57,7 +59,7 @@
|
|
|
|
|
maintain_date,destory_depart,destory_user,
|
|
|
|
|
destory_date,destory_manner,status,
|
|
|
|
|
create_by,create_time,update_by,
|
|
|
|
|
update_time,remark,carrier_name,area_city,area_district
|
|
|
|
|
update_time,remark,carrier_name,area_city,area_district,maintain_stand,destory_stand
|
|
|
|
|
</sql>
|
|
|
|
|
<select id="selectTdCarrierList" resultType="com.ruoyi.system.domain.carrier.TdCarrier">
|
|
|
|
|
select <include refid="Base_Column_List"/> from td_carrier
|
|
|
|
|