Commit 92003f8c authored by zhangwanglin's avatar zhangwanglin

复评

parent 2c745cb2
......@@ -42,7 +42,7 @@
ch_disable_info i
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 (select * from CH_APR_TASK where APR_TYPE <![CDATA[ <>]]> 2) t ON i.disab_info_id = t.DISABLE_INFO_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')
......
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