Commit b0a184fa authored by Yenick's avatar Yenick

min_date cf_item=1 修改为 cf_item in(1,8,9)

parent 92355ea4
Pipeline #6895 canceled with stages
......@@ -115,7 +115,7 @@
WHERE ccc.contract_id = cc.contract_id
--AND ccc.overdue_status = 'Y'
AND ccc.due_date <=sysdate
AND ccc.cf_item = 1
AND ccc.cf_item in(1,8,9)
AND ccc.write_off_flag <> 'FULL') min_overdue_date,
--营业已收租金
(SELECT SUM(nvl(ccc.received_amount, 0))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment