|
|
|
@ -58,15 +58,12 @@
|
|
|
|
|
#if(is_finish)
|
|
|
|
|
and t2.is_finish= #para(is_finish)
|
|
|
|
|
#end
|
|
|
|
|
#if(fill_type_id_1)
|
|
|
|
|
#if(fill_type_id_1) --看填报
|
|
|
|
|
and t2.fill_type_id in (1,3)
|
|
|
|
|
#end
|
|
|
|
|
#if(fill_type_id_2)
|
|
|
|
|
#if(fill_type_id_2) --看转发
|
|
|
|
|
and t2.fill_type_id in (2,3)
|
|
|
|
|
#end
|
|
|
|
|
#if(fill_type_id_3)
|
|
|
|
|
and t2.fill_type_id in (3)
|
|
|
|
|
#end
|
|
|
|
|
|
|
|
|
|
and ( 1=0
|
|
|
|
|
#if(forward_progress_0)
|
|
|
|
@ -106,20 +103,17 @@
|
|
|
|
|
#if(is_finish)
|
|
|
|
|
and t1.is_finish=#para(is_finish)
|
|
|
|
|
#end
|
|
|
|
|
#if(fill_type_id_1)
|
|
|
|
|
#if(fill_type_id_1) --看填报
|
|
|
|
|
and t1.fill_type_id in (1,3)
|
|
|
|
|
#end
|
|
|
|
|
#if(fill_type_id_2)
|
|
|
|
|
#if(fill_type_id_2) --看转发
|
|
|
|
|
and t1.fill_type_id in (2,3)
|
|
|
|
|
#end
|
|
|
|
|
#if(fill_type_id_3)
|
|
|
|
|
and t1.fill_type_id in (3)
|
|
|
|
|
#end
|
|
|
|
|
#if(forward_is_finish_0)
|
|
|
|
|
and t1.forward_progress in (0,1)
|
|
|
|
|
#end
|
|
|
|
|
#if(forward_is_finish_1)
|
|
|
|
|
and t1.forward_progress in (2)
|
|
|
|
|
#if(forward_is_finish_0) --转发未结束
|
|
|
|
|
and t1.forward_progress in (0,1)
|
|
|
|
|
#end
|
|
|
|
|
#if(forward_is_finish_1) --转发已结束
|
|
|
|
|
and t1.forward_progress in (2)
|
|
|
|
|
#end
|
|
|
|
|
#end
|
|
|
|
|
#if(keyword)
|
|
|
|
|
and t2.org_name like #para(keyword, "like")
|
|
|
|
|