Commit 71881739 authored by zhangwanglin's avatar zhangwanglin

服务方案

parent 6ab7e598
......@@ -43,7 +43,7 @@
LEFT JOIN ch_srv_send s ON s.disab_info_id = i.disab_info_id
LEFT JOIN ch_fnd_organ o ON i.organ_id = o.organ_id
LEFT JOIN (select * from CH_APR_TASK where APR_TYPE =0) t ON i.disab_info_id = t.DISABLE_INFO_ID
left join ch_apr_report report on t.task_id = report.task_id
--left join ch_apr_report report on t.task_id = report.task_id
<where>
t.TASK_STATUS = 3 --and report.DISABLE_LEVEL_ID in ('3','4','5')
--and sysdate <![CDATA[ > ]]> report.PUBLICITY_END_TIME
......
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