chore:优化租金核销速度
This commit is contained in:
parent
3827b4ce52
commit
f7460e67a8
@ -597,7 +597,7 @@ BEGIN
|
||||
sum(LRI.PENALTY_ADJUST) AS penalty_adjust
|
||||
from lc_rent_income LRI
|
||||
where LRI.ROLL_BACK = '0'
|
||||
AND LRI.contract_id = ln_plan_date
|
||||
AND LRI.contract_id = ln_contract_id
|
||||
group by LRI.PAYMENT_NUMBER, LRI.PLAN_LIST
|
||||
) LRI ON LCP.PAYMENT_NUMBER = LRI.payment_number AND LCP.PLAN_LIST = LRI.plan_list
|
||||
left join lc_rent_income_temp_transfer lcfi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user