This commit is contained in:
kirito 2024-08-09 16:13:03 +08:00
parent ff32b41897
commit dd310e4b1a

View File

@ -24,6 +24,10 @@ select
, a.qfje owed_amt -- 欠费金额
, a.yjje trans_amt -- 移交金额
, 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
left join (select id, xmmc, xmbm from ods_oa_uf_wy_xm_d) b -- 项目
on a.ssxm = b.id