|
@ -162,7 +162,7 @@ public class CurrentDayAllQuotaJob implements Job {
|
|
errorContent=new StringBuffer();
|
|
errorContent=new StringBuffer();
|
|
String quotaId="14";
|
|
String quotaId="14";
|
|
//找出今天的签约信息
|
|
//找出今天的签约信息
|
|
String sql=" select id,code,idcard,hospital,admin_team_code from wlyy_sign_family a where a.type =2 and a.status =1 and a.apply_date>= '"+now+"' and a.apply_date< '"+tomorrow+"' ";
|
|
|
|
|
|
String sql=" select id,code,idcard,hospital,admin_team_code,expenses_status from wlyy_sign_family a where a.type =2 and a.status =1 and a.apply_date>= '"+now+"' and a.apply_date< '"+tomorrow+"' ";
|
|
List<SignFamily> signFamilys = jdbcTemplate.query(sql,new BeanPropertyRowMapper(SignFamily .class));
|
|
List<SignFamily> signFamilys = jdbcTemplate.query(sql,new BeanPropertyRowMapper(SignFamily .class));
|
|
|
|
|
|
Long cityCount = new Long(0L); //统计到市的数目
|
|
Long cityCount = new Long(0L); //统计到市的数目
|
|
@ -367,7 +367,7 @@ public class CurrentDayAllQuotaJob implements Job {
|
|
errorContent=new StringBuffer();
|
|
errorContent=new StringBuffer();
|
|
String quotaId="16";
|
|
String quotaId="16";
|
|
//找出今天的签约信息
|
|
//找出今天的签约信息
|
|
String sql=" select id,code,idcard,hospital,admin_team_code from wlyy_sign_family a where a.type =2 and a.status =1 and a.apply_date>= '"+now+"' and a.apply_date< '"+tomorrow+"' ";
|
|
|
|
|
|
String sql=" select id,code,idcard,hospital,admin_team_code,expenses_status from wlyy_sign_family a where a.type =2 and a.status =1 and a.apply_date>= '"+now+"' and a.apply_date< '"+tomorrow+"' ";
|
|
List<SignFamily> signFamilys = jdbcTemplate.query(sql,new BeanPropertyRowMapper(SignFamily .class));
|
|
List<SignFamily> signFamilys = jdbcTemplate.query(sql,new BeanPropertyRowMapper(SignFamily .class));
|
|
|
|
|
|
Long cityCount = new Long(0L); //统计到市的数目
|
|
Long cityCount = new Long(0L); //统计到市的数目
|