|
|
@@ -107,6 +107,10 @@
|
|
|
<result column="address_full" property="addressFull"/>
|
|
|
<result column="channel_name" property="channelName" />
|
|
|
<result column="cus_from_name" property="cusFromName" />
|
|
|
+ <result column="return_address" property="returnAddress" />
|
|
|
+ <result column="return_contact_name" property="returnContactName" />
|
|
|
+ <result column="return_contact_phone" property="returnContactPhone" />
|
|
|
+
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
@@ -325,7 +329,10 @@
|
|
|
makestaff.staff_name as "makeStaffName",
|
|
|
sys.f_get_name_i18n(tdktype.kind_name_i18n, 'zh_CN') AS "intoTypeName",
|
|
|
sys.f_get_name_i18n(tdk.kind_name_i18n, 'zh_CN') AS "intoStatusName",
|
|
|
- tmd.data_value as into_reason_name
|
|
|
+ tmd.data_value as into_reason_name,
|
|
|
+ tmp.return_address,
|
|
|
+ tmp.contact_name AS return_contact_name,
|
|
|
+ tmp.contact_phone AS return_contact_phone
|
|
|
FROM dkic_b.t_psi_inbound tpi
|
|
|
<include refid="Join_Table"/>
|
|
|
<include refid="Condition"/>
|