|
@@ -567,4 +567,16 @@
|
|
|
ORDER by cw.cus_waybill_sn
|
|
|
</select>
|
|
|
|
|
|
+ <select id="findCusWaybillByOrderNo" parameterType="com.emato.ccnet.domain.ccnet.CusWaybill" resultMap="BaseResultMap">
|
|
|
+ select cus_waybill_sn, merch_order_sn, merch_sn, merch_name, plat_sn, plat_name, third_party_merch_code, third_party_merch_name,
|
|
|
+ place_orderl_time, auto_send, buyer_bill_time, buyer_id_type, buyer_id_code, buyer_name, buyer_mob, buyer_tel, consignee_id_type,
|
|
|
+ consignee_id_code, consignee_name, consignee_mob, consignee_tel, consignee_country_code, consignee_province_code,
|
|
|
+ consignee_province, consignee_city_code, consignee_city, consignee_district_code, consignee_district,
|
|
|
+ consignee_address, consignee_zip_code, payer_name, payer_id_type, payer_id_code, payer_mob,
|
|
|
+ payer_tel, pay_ent_cus_code, pay_no, actural_paid, pay_time, expr_fee,
|
|
|
+ insured_fee, post_tax, currency_code, buyer_remark, creater_sn, create_time,
|
|
|
+ moder_sn, mod_time, tstm, ex_field, ex_field2, ex_field3, ex_field4, ex_field5
|
|
|
+ from cus_waybill
|
|
|
+ where merch_order_sn = #{orderNo,jdbcType=VARCHAR}
|
|
|
+ </select>
|
|
|
</mapper>
|