demand: TMS系统财务销账优化
committer: heyu
This commit is contained in:
parent
95fe516ea9
commit
677fc7b72e
@ -50,6 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="payee" column="w_payee"/>
|
||||
<result property="paymentType" column="w_payment_type"/>
|
||||
<result property="productType" column="w_product_type"/>
|
||||
<result property="productTypeName" column="w_product_type_name"/>
|
||||
<result property="parcelQty" column="w_parcel_qty"/>
|
||||
<result property="billWeight" column="w_bill_weight"/>
|
||||
<result property="totalVolume" column="w_total_volume"/>
|
||||
@ -205,6 +206,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
w.send_country as w_send_country, w.send_province as w_send_province, w.send_city as w_send_city,
|
||||
w.send_county as w_send_county, w.send_town as w_send_town, w.send_address as w_send_address, w.send_postcode as w_send_postcode,
|
||||
w.freight as w_freight, w.salesmen as w_salesmen, w.payee as w_payee, w.payment_type as w_payment_type, w.product_type as w_product_type,
|
||||
tp.prod_name as w_product_type_name,
|
||||
w.parcel_qty as w_parcel_qty, w.bill_weight as w_bill_weight, w.total_volume as w_total_volume, w.send_date as w_send_date,
|
||||
w.dispatch_date as w_dispatch_date, w.sign_man as w_sign_man, w.sign_man_code as w_sign_man_code,
|
||||
w.sign_site_code as w_sign_site_code, w.sign_date as w_sign_date, w.timezone_offset as w_timezone_offset, w.payment_status as w_payment_status,
|
||||
@ -243,6 +245,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
ssb.confirm_site_man_code as ssb_confirm_site_man_code, ssb.confirm_site_note as ssb_confirm_site_note, ssb.confirm_site_code as ssb_confirm_site_code
|
||||
from emis_writeoff_apply_detail wad
|
||||
left join emis_waybill w on wad.bill_code = w.bill_code
|
||||
left join emis_trans_product tp on w.product_type = tp.prod_code
|
||||
left join emis_settle_bill sb on wad.settle_bill_no = sb.settle_bill_no
|
||||
left join emis_settle_sub_bill ssb on wad.bill_code = ssb.bill_code
|
||||
left join emis_site send_site on w.send_site_code = send_site.site_code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user