|
|
|
@ -403,7 +403,11 @@
|
|
|
|
|
subject_id,org_code,org_name,subject_name,subject_type_id,subject_type_name,
|
|
|
|
|
year,step_code,step_name,begin_time,end_time,action_bureau,input_value,radio_id,
|
|
|
|
|
is_current,is_back_log,is_finish_flag,check_status,lixiang_time,bxlx_name,cxlx_name,
|
|
|
|
|
jsfa_type_id,task_number,data_type,is_finish_time from t_gtzz_progress where org_code='#(org_code)'
|
|
|
|
|
jsfa_type_id,task_number,data_type,is_finish_time from t_gtzz_progress where
|
|
|
|
|
org_code='#(org_code)'
|
|
|
|
|
#if(data_type)
|
|
|
|
|
and data_type=#(data_type)
|
|
|
|
|
#end
|
|
|
|
|
and is_finish_flag=#(is_finish_flag)
|
|
|
|
|
group by subject_id,org_code,org_name,subject_name,subject_type_id,subject_type_name,
|
|
|
|
|
year,step_code,step_name,begin_time,end_time,action_bureau,input_value,radio_id,
|
|
|
|
|