|
@ -159,30 +159,30 @@ public class CurrentDayAllQuotaJob implements Job {
|
|
|
|
|
|
//抽取數據
|
|
|
List<SignFamily> signFamilies= SpringUtil.getBean(DBExtract.class).extractByPage(SignFamily.class,sql,sqlCount,true);
|
|
|
// computequota_1(sql,signFamilies,null); //统计今天的签约
|
|
|
// computequota_2(); //统计今天的解约
|
|
|
// computequota_3(); //统计今天的健康咨询量
|
|
|
// computequota_4(); //统计今天的随访量
|
|
|
// computequota_5(); //统计今天的健康指导
|
|
|
// computequota_6(sql,signFamilies,null); //统计今天的签约患者性别
|
|
|
// computequota_7(sql,signFamilies,null);//统计今天的签约患者分组
|
|
|
// computequota_8(sql,signFamilies,null);//统计今天的签约患者年龄
|
|
|
// computequota_9();//统计今天的待签约
|
|
|
// computequota_10();//统计今天的改签
|
|
|
// computequota_12(sql,signFamilies,null);//统计今天的签约下按年龄分组后再
|
|
|
// computequota_13(sql,signFamilies,null);//统计今天的签约量
|
|
|
// computequota_16_1(sql,signFamilies,null);//统计今天的签约数的扣费钱 1
|
|
|
// computequota_15(sql,signFamilies,null);//统计今天的健康分布统计
|
|
|
// computequota_16_0(sql,signFamilies,null);//统计今天的签约数的未扣费 0
|
|
|
// computequota_17(sql,signFamilies,null);//统计今天的年龄疾病
|
|
|
// computequota_20();//统计今天的已经签约患者绑定设备
|
|
|
// computequota_21();//统计今天的已经签约微信关注人数
|
|
|
// computequota_22();//未回复的咨询量
|
|
|
// computequota_23();//及时回复的咨询量
|
|
|
// computequota_24();//及时回复的咨询量时间分布
|
|
|
// computequota_25();//统计质询量总数
|
|
|
// computequota_26();//统计未缴费签约总数
|
|
|
// computequota_27();//统计代预约量
|
|
|
computequota_1(sql,signFamilies,null); //统计今天的签约
|
|
|
computequota_2(); //统计今天的解约
|
|
|
computequota_3(); //统计今天的健康咨询量
|
|
|
computequota_4(); //统计今天的随访量
|
|
|
computequota_5(); //统计今天的健康指导
|
|
|
computequota_6(sql,signFamilies,null); //统计今天的签约患者性别
|
|
|
computequota_7(sql,signFamilies,null);//统计今天的签约患者分组
|
|
|
computequota_8(sql,signFamilies,null);//统计今天的签约患者年龄
|
|
|
computequota_9();//统计今天的待签约
|
|
|
computequota_10();//统计今天的改签
|
|
|
computequota_12(sql,signFamilies,null);//统计今天的签约下按年龄分组后再
|
|
|
computequota_13(sql,signFamilies,null);//统计今天的签约量
|
|
|
computequota_16_1(sql,signFamilies,null);//统计今天的签约数的扣费钱 1
|
|
|
computequota_15(sql,signFamilies,null);//统计今天的健康分布统计
|
|
|
computequota_16_0(sql,signFamilies,null);//统计今天的签约数的未扣费 0
|
|
|
computequota_17(sql,signFamilies,null);//统计今天的年龄疾病
|
|
|
computequota_20();//统计今天的已经签约患者绑定设备
|
|
|
computequota_21();//统计今天的已经签约微信关注人数
|
|
|
computequota_22();//未回复的咨询量
|
|
|
computequota_23();//及时回复的咨询量
|
|
|
computequota_24();//及时回复的咨询量时间分布
|
|
|
computequota_25();//统计质询量总数
|
|
|
computequota_26();//统计未缴费签约总数
|
|
|
computequota_27();//统计代预约量
|
|
|
computequota_28();//统计平均值
|
|
|
|
|
|
quartzJobLog.setJobContent(allContent.toString());
|