select m.*from(select
YEARMONTH,ORG,ZYSJ,HWZL,ZYQDLB,ZYZDLB,ZYGCQD,ZYGCZD,HZ,(( add_months(to_date(yearmonth,'YYYYMM'),1)-to_date(yearmonth,'YYYYMM'))-to_number(SUBSTR(zysj,7,2))+1)*HZ as
DT,
add_months(to_date(yearmonth,'YYYYMM'),1)-to_date(yearmonth,'YYYYMM')AS BYTS
from JSY_SZH_CZL
where YEARMONTH ='${$t}'and ORG ='${$id}'unionallselect
YEARMONTH,ORG,ZYSJ,HWZL,ZYQDLB,ZYZDLB,ZYGCQD,ZYGCZD,ZZ AS HZ,(( add_months(to_date(yearmonth,'YYYYMM'),1)-to_date(yearmonth,'YYYYMM'))-to_number(SUBSTR(zysj,7,2))+1)*HZ AS
DT,
add_months(to_date(yearmonth,'YYYYMM'),1)-to_date(yearmonth,'YYYYMM')AS BYTS
from JSY_JZX_CZL
where YEARMONTH ='${$t}'and ORG ='${$id}')m