test
This commit is contained in:
parent
20d271a167
commit
6db9c69da9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user