|
|
|
@ -30,7 +30,7 @@ |
|
|
|
|
<result column="sl" property="sl"/> |
|
|
|
|
<result column="bz" property="bz"/> |
|
|
|
|
<result column="uuid" property="uuid"/> |
|
|
|
|
<result column="in_account_status" property="inAccountStatus"/> |
|
|
|
|
<result column="inaccount_status" property="inAccountStatus"/> |
|
|
|
|
<result column="cph" property="cph"/> |
|
|
|
|
<result column="lx" property="lx"/> |
|
|
|
|
<result column="txrqq" property="txrqq"/> |
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
|
xfkhhzh,t.tax_amount,t.invoice_amount,t.rzh_belong_date skssq, |
|
|
|
|
t.total_amount jshj,t.remark bz,t.uuid,b.goods_name hlmc,b.model ggxh,b.unit dw,b.num num,b.unit_price |
|
|
|
|
dj,b.detail_amount je,b.tax_amount se,b.tax_rate sl, |
|
|
|
|
t.in_account_status,b.cph,b.lx,b.txrqq,b.txrqz |
|
|
|
|
t.inaccount_status,b.cph,b.lx,b.txrqq,b.txrqz |
|
|
|
|
from |
|
|
|
|
${dxhyTertiary}.t_dx_record_invoice t |
|
|
|
|
left JOIN ${dxhyDetail}.t_dx_record_invoice_detail b ON t.uuid = b.uuid |
|
|
|
|