This commit is contained in:
kirito 2024-08-09 16:13:03 +08:00 committed by yangkunan
parent 20d271a167
commit 6db9c69da9

View File

@ -24,6 +24,10 @@ select
, a.qfje owed_amt -- 欠费金额 , a.qfje owed_amt -- 欠费金额
, a.yjje trans_amt -- 移交金额 , a.yjje trans_amt -- 移交金额
, b.xmbm project_code -- 项目编码 , b.xmbm project_code -- 项目编码
, a.skje collect_amt -- 收款金额
, a.fylx cost_type -- 费用类型
, a.fymc cost_name -- 费用名称
, a.hzls collect_unit -- 催收单位
from ods_oa_uf_wy_qf_d a from ods_oa_uf_wy_qf_d a
left join (select id, xmmc, xmbm from ods_oa_uf_wy_xm_d) b -- 项目 left join (select id, xmmc, xmbm from ods_oa_uf_wy_xm_d) b -- 项目
on a.ssxm = b.id on a.ssxm = b.id