Stringsql="select * from t_collect_sheet_stage where job_id=?";
Stringsql="select t1.*,t2.sheet_name from t_collect_sheet_stage as t1 inner join t_collect_job_sheet as t2 on t1.job_id=t2.job_id and t1.sheet_index=t2.sheet_index where t1.job_id=?";
returnDb.find(sql,job_id);
}
@ -3206,12 +3206,10 @@ public class CollectModel {