|
@ -89,7 +89,7 @@ public class FollowUpJob implements Job {
|
|
|
quartzJobLog.setJobId(wlyyJobConfig.getId());
|
|
|
quartzJobLog.setJobName(wlyyJobConfig.getJobName());
|
|
|
|
|
|
String sql = " select * from wlyy_followup a where a.followup_plan_date>='" + daybefore + Constant.quota_date_last + "' and a.followup_plan_date< '" + yesterday + Constant.quota_date_last + "' ";
|
|
|
String sql = " select * from wlyy_followup a where a.status=1 and a.followup_plan_date>='" + daybefore + Constant.quota_date_last + "' and a.followup_plan_date< '" + yesterday + Constant.quota_date_last + "' ";
|
|
|
//找出今天的随访信息
|
|
|
List<Map<String, Object>> plans = jdbcTemplate.queryForList(sql);
|
|
|
FilterModel etlModels = followUpDataFilter.filter(plans, sql, yesterday);
|