12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679 |
- package com.yihu.wlyy.job;
- import com.yihu.wlyy.entity.doctor.team.admin.AdminTeam;
- import com.yihu.wlyy.entity.organization.Hospital;
- import com.yihu.wlyy.entity.address.Town;
- import com.yihu.wlyy.entity.consult.ConsultTeam;
- import com.yihu.wlyy.entity.doctor.profile.Doctor;
- import com.yihu.wlyy.entity.doctor.team.sign.DoctorPatientGroupInfo;
- import com.yihu.wlyy.entity.job.QuartzJobLog;
- import com.yihu.wlyy.entity.patient.Patient;
- import com.yihu.wlyy.entity.patient.PatientHealthGuidance;
- import com.yihu.wlyy.entity.patient.SignFamily;
- import com.yihu.wlyy.job.elt.base.ETLModel;
- import com.yihu.wlyy.job.elt.role.LevelRole;
- import com.yihu.wlyy.job.elt.role.PatientAgeRole;
- import com.yihu.wlyy.job.elt.role.PatientGroupRole;
- import com.yihu.wlyy.job.elt.role.PatientSexRole;
- import com.yihu.wlyy.job.elt.storage.DBStorage;
- import com.yihu.wlyy.job.elt.storage.RedisStorage;
- import com.yihu.wlyy.repository.address.TownDao;
- import com.yihu.wlyy.repository.consult.ConsultTeamDao;
- import com.yihu.wlyy.repository.doctor.DoctorAdminTeamDao;
- import com.yihu.wlyy.repository.doctor.DoctorDao;
- import com.yihu.wlyy.repository.doctor.DoctorPatientGroupInfoDao;
- import com.yihu.wlyy.repository.job.QuartzJobLogDao;
- import com.yihu.wlyy.repository.organization.HospitalDao;
- import com.yihu.wlyy.repository.patient.PatientDao;
- import com.yihu.wlyy.repository.patient.PatientHealthGuidanceDao;
- import com.yihu.wlyy.repository.patient.SignFamilyDao;
- import com.yihu.wlyy.util.DateUtil;
- import com.yihu.wlyy.util.IdCardUtil;
- import org.json.JSONArray;
- import org.json.JSONObject;
- import org.quartz.Job;
- import org.quartz.JobExecutionContext;
- import org.quartz.JobExecutionException;
- import org.springframework.beans.factory.annotation.Autowired;
- import org.springframework.data.redis.core.StringRedisTemplate;
- import org.springframework.jdbc.core.JdbcTemplate;
- import org.springframework.stereotype.Component;
- import org.springframework.util.StringUtils;
- import org.springframework.web.context.support.SpringBeanAutowiringSupport;
- import java.io.IOException;
- import java.io.InputStream;
- import java.text.SimpleDateFormat;
- import java.util.*;
- /**
- * 实时统计今天的数据
- */
- @Component
- public class CurrentDayAllQuotaJob implements Job {
- @Autowired
- private SignFamilyDao signFamilyDao;
- @Autowired
- private DoctorDao doctorDao;
- @Autowired
- private HospitalDao hospitalDao;
- @Autowired
- private TownDao townDao;
- @Autowired
- private StringRedisTemplate redisTemplate;
- @Autowired
- private ConsultTeamDao consultTeamDao;
- @Autowired
- private PatientHealthGuidanceDao patientHealthGuidanceDao;
- @Autowired
- private DoctorPatientGroupInfoDao doctorPatientGroupInfoDao;
- @Autowired
- private PatientDao patientDao;
- @Autowired
- private QuartzJobLogDao quartzJobLogDao;//执行日志Dao
- @Autowired
- private DoctorAdminTeamDao doctorAdminTeamDao;
- @Autowired
- private LevelRole levelRole;
- @Autowired
- private PatientAgeRole patientAgeRole;
- @Autowired
- private PatientGroupRole patientGroupRole;
- @Autowired
- private PatientSexRole patientSexRole;
- @Autowired
- private RedisStorage redisStorage;
- private org.apache.tomcat.jdbc.pool.DataSource fvdataSource = new org.apache.tomcat.jdbc.pool.DataSource();//随访数据源
- private JdbcTemplate jdbcTemplate = new JdbcTemplate();
- private Properties systemProperties;
- List<Town> towns = null;//厦门市全部的区
- List<Hospital> hospitals = null;//系统全部的机构
- List<AdminTeam> adminTeams=null;//系统全部的团队
- Map<String, Hospital> hospitalsMap = new HashMap<String, Hospital>();
- Map<String, Town> townsMap = new HashMap<String, Town>();
- Map<String, AdminTeam> adminTeamMap = new HashMap<String, AdminTeam>();
- private String now = getDayString(0);
- private String tomorrow = getDayString(1);
- private StringBuffer allContent=new StringBuffer();//日志内容
- @Override
- public void execute(JobExecutionContext context)
- throws JobExecutionException {
- try {
- SpringBeanAutowiringSupport.processInjectionBasedOnCurrentContext(this);
- getSystemProperties();
- fvdataSource.setDriverClassName(systemProperties.get("fv.jdbc.driver").toString());
- fvdataSource.setUrl(systemProperties.get("fv.jdbc.url").toString());
- fvdataSource.setUsername(systemProperties.get("fv.jdbc.username").toString());
- fvdataSource.setPassword(systemProperties.get("fv.jdbc.password").toString());
- jdbcTemplate.setDataSource(fvdataSource);//初始化随访的数据源
- towns = townDao.findByCityCode(Constant.city); //查找出厦门市全部的区
- hospitals = hospitalDao.findHospitalzxFWZ(); //查找出系统全部的机构
- adminTeams=doctorAdminTeamDao.findAllTeam();//查找出系统全部的全科医生
- for (Hospital hospital : hospitals) {
- hospitalsMap.put(hospital.getCode(), hospital);
- }
- for (Town town : towns) {
- townsMap.put(town.getCode(), town);
- }
- for (AdminTeam adminTeam : adminTeams) {
- adminTeamMap.put(adminTeam.getId()+"", adminTeam);
- }
- //计算指标
- computequota();
- }catch (Exception e){
- e.printStackTrace();
- }
- }
- //统计
- private void computequota() throws Exception {
- QuartzJobLog quartzJobLog =new QuartzJobLog();
- quartzJobLog.setJobStartTime(new Date());
- allContent=new StringBuffer();
- computequota_1(); //统计今天的签约
- computequota_2(); //统计今天的解约
- computequota_3(); //统计今天的健康咨询量
- computequota_4(); //统计今天的随访量
- computequota_5(); //统计今天的健康指导
- computequota_6(); //统计今天的签约患者性别
- computequota_7();//统计今天的签约患者分组
- computequota_8();//统计今天的签约患者年龄
- computequota_9();//统计今天的待签约
- computequota_10();//统计今天的改签
- computequota_12();//统计今天的签约下按年龄分组后再
- quartzJobLog.setJobContent(allContent.toString());
- quartzJobLog.setJobName("实时统计");
- quartzJobLog.setJobId("11");
- quartzJobLog.setJobType("1");
- quartzJobLog.setJobEndTime(new Date());
- quartzJobLogDao.save(quartzJobLog);
- }
- private void computequota_12() throws Exception{
- String now = getDayString(0);
- String tomorrow = getDayString(1);
- //找出今天的签约信息 yesterday,now
- //查找出系统全部的机构
- List<Hospital> hospitals = hospitalDao.findHospital2();
- Map<String, Hospital> hospitalsMap = new HashMap<String, Hospital>();
- for (Hospital hospital : hospitals) {
- hospitalsMap.put(hospital.getCode(), hospital);
- }
- //查找出厦门市全部的区
- List<Town> towns = townDao.findByCityCode(Constant.city);
- Map<String, Town> townsMap = new HashMap<String, Town>();
- for (Town town : towns) {
- townsMap.put(town.getCode(), town);
- }
- //找出今天的签约信息
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingSignYesterday(now, tomorrow);
- //数组里面第一个是健康人群 第二个是慢病人群 第三个是65岁以上人群
- Map<String, Map<String, Map>> cityAgeMap = new HashMap<String, Map<String, Map>>();//key是市行政代码 目前只有厦门市
- Map<String,Map> temp =new HashMap<String,Map>();
- cityAgeMap.put(Constant.city, temp);
- Map<String, Map<String, Map>> townAgeMap = new HashMap<String, Map<String, Map>>();//key是区行政代码
- Map<String, Map<String, Map>> orgAgeMap = new HashMap<String, Map<String, Map>>();//key是机构代码
- //统计有签约的
- for (SignFamily signFamily : signFamilys) {
- Hospital hospital = hospitalsMap.get(getOrg(signFamily.getHospital()));//得到患者签约的机构
- if(hospital == null) {
- continue;
- }
- String town = hospital.getTown();
- int age = IdCardUtil.getAgeForIdcard(signFamily.getIdcard());//根据card解析年龄
- String ageCode = getAgeCode(age);//得到年龄的code
- boolean hasGXY = false;//有高血压
- boolean hasTNB = false;//有糖尿病
- //如果是慢病的 统计高血压的 糖尿病 1高血压,2糖尿病 糖尿病和高血压是3
- String diseaseType="";
- String jsonString = redisTemplate.opsForValue().get("disease:" + signFamily.getPatient());
- if (StringUtils.isEmpty(jsonString)) {
- diseaseType="4";//健康人群
- }else{
- //排除数据 只留下高血压和糖尿病
- List<JSONObject> jsonObjects = new ArrayList<JSONObject>();
- JSONArray redisValues = new JSONArray(jsonString);
- if(redisValues.length()>0){
- for (Object obj : redisValues) {
- JSONObject redisValue = (JSONObject)(obj);
- if(!redisValue.has("signType")){
- continue;
- }
- //排除掉三师签约
- if ("1".equals(redisValue.getString("signType"))) {
- continue;
- }
- String disease = redisValue.getString("disease");
- if (("1").equals(disease)) {
- jsonObjects.add(redisValue);
- hasGXY = true;//设置有高血压
- diseaseType="1";
- }
- if (("2").equals(disease)) {
- jsonObjects.add(redisValue);
- hasTNB = true;//设置有糖尿病
- diseaseType="2";
- }
- }
- if(hasGXY&&hasTNB){
- diseaseType="3";
- }
- }else{
- diseaseType="4";
- }
- }
- //统计市
- compute(cityAgeMap, Constant.city, ageCode, diseaseType);
- //统计区
- compute(townAgeMap, town, ageCode, diseaseType);
- //统计机构
- //统计站
- String orgCode=hospital.getCode();
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //统计站
- String orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- //统计机构
- compute(orgAgeMap, orgCodeTemp, ageCode, diseaseType);
- } else {
- compute(orgAgeMap, hospital.getCode(), ageCode, diseaseType);
- }
- }
- //保存市级数据
- for (Map.Entry<String, Map<String, Map>> entry : cityAgeMap.entrySet()) {
- Map<String, Map> oneAgeMap = entry.getValue();
- for(int i=1;i<7;i++){
- for(int j=1;j<5;j++){
- String key_2=i+"";
- String key_3=j+"";
- String name=Constant.cityName;
- JSONObject jsonObject=new JSONObject();
- if (oneAgeMap != null && oneAgeMap.containsKey(key_2)) {
- Map<String,Long> key3Map=oneAgeMap.get(key_2);
- if(key3Map!=null&&key3Map.containsKey(key_3)){
- jsonObject.put("num",key3Map.get(key_3) + "");
- }else{
- jsonObject.put("num",0);
- }
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",name);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:12:4:"+i+":"+j+":"+entry.getKey()).toString(),jsonObject.toString());
- }
- }
- }
- //保存区级
- for (Map.Entry<String, Town> entry : townsMap.entrySet()) {
- //判断该区是否有统计数据
- Map<String, Map> oneAgeMap = townAgeMap.get(entry.getKey());//得到当个区的统计数据
- Town townObj = entry.getValue();//得到区级信息
- for(int i=1;i<7;i++){
- for(int j=1;j<5;j++){
- String key_2=i+"";
- String key_3=j+"";
- String name=townObj.getName();
- JSONObject jsonObject=new JSONObject();
- if (oneAgeMap != null && oneAgeMap.containsKey(key_2)) {
- Map<String,Long> key3Map=oneAgeMap.get(key_2);
- if(key3Map!=null&&key3Map.containsKey(key_3)){
- jsonObject.put("num",(key3Map.get(key_3) + ""));
- }else{
- jsonObject.put("num",0);
- }
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",townObj.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));//quota:12:2:6:1:350200
- redisTemplate.opsForValue().set(new StringBuffer("quota:12:3:"+i+":"+j+":"+entry.getKey()).toString(),jsonObject.toString());
- }
- }
- }
- //保存机构级
- for (Map.Entry<String, Hospital> entry : hospitalsMap.entrySet()) {
- //判断该机构是否有统计数据
- Map<String, Map> oneAgeMap = orgAgeMap.get(entry.getKey());//得到当个机构的统计数据
- Hospital hospital = entry.getValue();//得到机构信息
- for(int i=1;i<7;i++){
- for(int j=1;j<5;j++){
- String key_2=i+"";
- String key_3=j+"";
- String name=hospital.getName();
- JSONObject jsonObject=new JSONObject();
- if (oneAgeMap != null && oneAgeMap.containsKey(key_2)) {
- Map<String,Long> key3Map=oneAgeMap.get(key_2);
- if(key3Map!=null&&key3Map.containsKey(key_3)){
- jsonObject.put("num",(key3Map.get(key_3) + ""));
- }else{
- jsonObject.put("num",0);
- }
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",name);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:12:2:"+i+":"+j+":"+entry.getKey()).toString(),jsonObject.toString());
- }
- }
- }
- }
- private void compute(Map<String, Map<String, Map>> rootMap, String rootKey, String ageCode, String diseaseType) {
- if (rootMap.containsKey(rootKey)) {
- //得到市下面的所有的年龄map
- Map<String, Map> groupMapTemp = rootMap.get(rootKey);
- if(groupMapTemp.containsKey(ageCode)){
- //得到这个年龄下的患者map
- Map<String,Long> mape= groupMapTemp.get(ageCode);
- if(mape.containsKey(diseaseType)){
- mape.put(diseaseType,mape.get(diseaseType)+1L);
- }else{
- mape.put(diseaseType,1L);
- }
- }else{
- //新增疾病的统计map
- Map<String, Long> groupMapTemp1 = new HashMap<String, Long>();
- groupMapTemp1.put(diseaseType, 1L);
- groupMapTemp.put(ageCode,groupMapTemp1);
- }
- } else {
- //没有就新建统计数据 新增疾病的统计map
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(diseaseType, 1L);
- //把统计疾病的map放入对应的年龄组map中
- Map<String, Map> groupMapTemp2 = new HashMap<String, Map>();
- groupMapTemp2.put(ageCode,groupMapTemp);
- //把年龄组map放入市的map里面
- rootMap.put(rootKey, groupMapTemp2);
- }
- }
- private void computequota_1() {
- StringBuffer errorContent=new StringBuffer();
- //找出今天的签约信息 yesterday,now
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingSignYesterday(now, tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(SignFamily signFamily:signFamilys){
- ETLModel etlModel=new ETLModel();
- String orgCode = signFamily.getHospital();
- if(StringUtils.isEmpty(orgCode)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- String orgCodeTemp=getOrg(orgCode);
- //判断社区有没有值
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- Long adminId=signFamily.getAdminTeamId();
- if(adminId == null||adminId<=0) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- AdminTeam adminTeam=adminTeamMap.get(signFamily.getAdminTeamId()+"");
- if(adminTeam == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- String idCard=signFamily.getIdcard();
- if(idCard == null||(idCard.length()!=18&&idCard.length()!=15)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的idCard数据异常");
- isAll=false;
- errorCount++;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setAdminTeam(adminTeam.getId()+"");
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnDatas= levelRole.elt(etlModels);
- //保存数据
- redisStorage.saveByLevel1(returnDatas,"1");
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent("1",signFamilys.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_2() {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="2";
- //找出今天的解约信息
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingUnSignYesterday(now,tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(SignFamily signFamily:signFamilys){
- ETLModel etlModel=new ETLModel();
- String orgCode = signFamily.getHospital();
- if(StringUtils.isEmpty(orgCode)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- String orgCodeTemp="";
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //社区
- orgCodeTemp=orgCode;
- }
- //判断社区有没有值
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- Long adminId=signFamily.getAdminTeamId();
- if(adminId == null||adminId<=0) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- AdminTeam adminTeam=adminTeamMap.get(signFamily.getAdminTeamId()+"");
- if(adminTeam == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- String idCard=signFamily.getIdcard();
- if(idCard == null||(idCard.length()!=18&&idCard.length()!=15)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的idCard数据异常");
- isAll=false;
- errorCount++;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setAdminTeam(adminTeam.getId()+"");
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnDatas= levelRole.elt(etlModels);
- //保存数据
- redisStorage.saveByLevel1(returnDatas,quotaId);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,signFamilys.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_3() {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="3";
- //找出今天的咨询信息
- List<ConsultTeam> consultTeams = consultTeamDao.findByCzrqyYesterday(now,tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(ConsultTeam consultTeam:consultTeams){
- ETLModel etlModel=new ETLModel();
- Long adminId=consultTeam.getAdminTeamId();
- if(adminId == null||adminId<=0) {
- errorContent.append("咨询Id:"+consultTeam.getId()+",咨询的团队(wlyy_consult_team)中的admin_team_code数据为空");
- isAll=false;
- continue;
- }
- String teamCode = consultTeam.getAdminTeamId()+"";//行政的团队的id
- AdminTeam adminTeam=adminTeamMap.get(teamCode);
- if(adminTeam == null) {
- errorContent.append("咨询Id:"+consultTeam.getId()+",团队Id:"+adminTeam.getId()+",咨询的团队(wlyy_consult_team)中的团队不存在");
- isAll=false;
- continue;
- }
- String orgCode = adminTeam.getOrgCode();
- if(StringUtils.isEmpty(orgCode)) {
- errorContent.append("咨询Id:"+consultTeam.getId()+",团队Id:"+adminTeam.getId()+",医生团队的机构为空");
- isAll=false;
- continue;
- }
- String orgCodeTemp="";
- //统计机构
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //统计站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //统计社区
- orgCodeTemp=orgCode;
- }
- //统计区 ---------------start--------------
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("咨询Id:"+consultTeam.getId()+",机构Id:"+hospital.getId()+",医生团队的机构不存在");
- isAll=false;
- continue;
- }
- String town=hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("咨询Id:"+consultTeam.getId()+",机构Id:"+hospital.getId()+",机构表的区字段(town)为空");
- isAll=false;
- continue;
- }
- Town townObj=townsMap.get(town);
- if(townObj==null) {
- errorContent.append("咨询Id:"+consultTeam.getId()+",机构Id:"+hospital.getId()+",机构表的区不存在");
- isAll=false;
- continue;
- }
- etlModel.setAdminTeam(adminTeam.getId()+"");
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnDatas= levelRole.elt(etlModels);
- //保存数据
- redisStorage.saveByLevel1(returnDatas,quotaId);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,consultTeams.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_4() {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="4";
- //找出今天的随访信息
- List<Map<String,Object>> plans = getFvYesterday();
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(Map<String,Object> plan:plans){
- ETLModel etlModel=new ETLModel();
- Object idCard=plan.get("id_card");//得到隨訪的身份證
- if(StringUtils.isEmpty(idCard)){
- errorContent.append("随访id:"+plan.get("id")+",随访(fv_plan)表id_card为空");
- isAll=false;
- continue;
- }
- SignFamily signFamily=signFamilyDao.findByIdcard(idCard.toString());
- if(signFamily==null){
- errorContent.append("随访id:"+plan.get("id")+",签约code:"+signFamily.getCode()+",随访中的患者身份证在签约表中找不到数据");
- isAll=false;
- continue;
- }
- Long adminTeamId=signFamily.getAdminTeamId();
- if(adminTeamId==null||adminTeamId<=0){
- errorContent.append("随访id:"+plan.get("id")+",签约code:"+signFamily.getCode()+" 中的adminTeamId为空");
- isAll=false;
- continue;
- }
- AdminTeam adminTeam=adminTeamMap.get(signFamily.getAdminTeamId());
- if(adminTeam==null){
- errorContent.append("随访id:"+plan.get("id")+",签约code:"+signFamily.getCode()+",医生团队不存在");
- isAll=false;
- continue;
- }
- //统计机构------------------start ------------------
- //判断医生属于哪个机构
- String orgCodeTemp="";
- String orgCode=adminTeam.getOrgCode();
- if(StringUtils.isEmpty(orgCode)){
- errorContent.append("随访id:"+plan.get("id")+",团队Id:"+adminTeam.getId()+",随访的医生所属的团队(wlyy_admin_team)机构为空");
- isAll=false;
- continue;
- }
- //统计机构
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //统计站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //统计社区
- orgCodeTemp=orgCode;
- }
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital==null){
- errorContent.append("随访id:"+plan.get("id")+",团队Id:"+adminTeam.getId()+",随访的医生所属的团队的机构不存在");
- isAll=false;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("随访id:"+plan.get("id")+",机构Id:"+hospital.getId()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("随访id:"+plan.get("id")+",机构Id:"+hospital.getId()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setAdminTeam(adminTeam.getId()+"");
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnDatas= levelRole.elt(etlModels);
- //保存数据
- redisStorage.saveByLevel1(returnDatas,quotaId);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,plans.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_5() {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="5";
- List<PatientHealthGuidance> patientHealthGuidances = patientHealthGuidanceDao.findByCzrqyYesterday(now,tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(PatientHealthGuidance patientHealthGuidance:patientHealthGuidances){
- ETLModel etlModel=new ETLModel();
- String patient=patientHealthGuidance.getPatient();
- SignFamily signFamily= signFamilyDao.findByPatientAndType(patient,2);//只统计家庭签约
- if(signFamily == null) {
- errorContent.append("健康咨询id:"+patientHealthGuidance.getId()+",患者code:"+patient+",家庭签约不存在");
- isAll=false;
- continue;
- }
- String adminId=signFamily.getAdminTeamId()+"";//得到团队ID
- if(StringUtils.isEmpty(adminId)){
- errorContent.append("健康咨询id:"+patientHealthGuidance.getId()+",签约code:"+signFamily.getCode()+",咨询的家庭签约的团队AdminTeamCode为空");
- isAll=false;
- continue;
- }
- AdminTeam adminTeam = adminTeamMap.get(adminId);
- if(adminTeam==null){
- errorContent.append("健康咨询id:"+patientHealthGuidance.getId()+",签约code:"+signFamily.getCode()+",咨询的家庭签约的团队不存在");
- isAll=false;
- continue;
- }
- String orgCode=signFamily.getHospital();//得到机构id
- if(StringUtils.isEmpty(orgCode)){
- errorContent.append("健康咨询id:"+patientHealthGuidance.getId()+",签约code:"+signFamily.getCode()+",咨询的家庭签约的机构Hospital不存在");
- isAll=false;
- continue;
- }
- String orgCodeTemp="";
- //统计机构 -----------------start---------------------
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //统计站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //统计社区
- orgCodeTemp=orgCode;
- }
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("健康咨询id:"+patientHealthGuidance.getId()+",机构code:"+orgCodeTemp+",健康咨询的医生所属的机构不存在");
- isAll=false;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("健康咨询id:"+patientHealthGuidance.getId()+",机构code:"+hospital.getCode()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("健康咨询id:"+patientHealthGuidance.getId()+",机构code:"+hospital.getCode()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setAdminTeam(adminTeam.getId()+"");
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnDatas= levelRole.elt(etlModels);
- //保存数据
- redisStorage.saveByLevel1(returnDatas,quotaId);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,patientHealthGuidances.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_6() throws Exception {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="6";
- //找出今天的签约信息
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingSignYesterday(now, tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(SignFamily signFamily:signFamilys){
- ETLModel etlModel=new ETLModel();
- String orgCode = signFamily.getHospital();
- if(StringUtils.isEmpty(orgCode)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- String orgCodeTemp="";
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //社区
- orgCodeTemp=orgCode;
- }
- //判断社区有没有值
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- String idCard=signFamily.getIdcard();
- if(idCard == null||(idCard.length()!=18&&idCard.length()!=15)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的idCard数据异常");
- isAll=false;
- errorCount++;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnData1s= levelRole.elt(etlModels);
- List<Map<String, Map<String, List<ETLModel>>>> patientSexRoleData= patientSexRole.elt(returnData1s);
- //保存数据
- redisStorage.saveByLevel2(patientSexRoleData,quotaId,3,1);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,signFamilys.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_7() {
- StringBuffer errorContent=new StringBuffer();
- errorContent.append("computequota_7---start,");
- String now = getDayString(0);
- String tomorrow = getDayString(1);
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingSignYesterday(now, tomorrow);
- errorContent.append("截止时间:"+now+"-"+DateUtil.dateToStrLong(new Date())+",数据库查询的签约数是:"+signFamilys.size()+",错误:");
- //查找出系统全部的患者
- List<Patient> patients = patientDao.findAllSignPatient();
- Map<String, Patient> patientsMap = new HashMap<String, Patient>();
- for (Patient patient : patients) {
- patientsMap.put(patient.getCode(), patient);
- }
- Map<String, Map<String, Long>> cityGroupMap = new HashMap<String, Map<String, Long>>();//key是市行政代码 目前只有厦门市
- cityGroupMap.put(Constant.city,new HashMap<String, Long>());
- Map<String, Map<String, Long>> townGroupMap = new HashMap<String, Map<String, Long>>();//key是区行政代码
- Map<String, Map<String, Long>> orgGroupMap = new HashMap<String, Map<String, Long>>();//key是机构代码
- //得到所有的签约病人的分组信息
- List<DoctorPatientGroupInfo> doctorPatientGroupInfos = doctorPatientGroupInfoDao.findAllPatient();
- Map<String, String> groupMap = new HashMap<String, String>();
- for (DoctorPatientGroupInfo doctorPatientGroupInfo : doctorPatientGroupInfos) {
- groupMap.put(doctorPatientGroupInfo.getPatient(), doctorPatientGroupInfo.getGroup());
- }
- //统计有签约的
- for (SignFamily signFamily : signFamilys) {
- String patient=signFamily.getPatient();
- String group = groupMap.get(patient);//得到该签约病人的所在分组 1 普通 2 慢病 3是 65岁以上人群
- Hospital hospital = hospitalsMap.get(getOrg(signFamily.getHospital()));//得到患者签约的机构
- if(hospital == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据异常。");
- continue;
- }
- String town = hospital.getTown();
- //统计市 现在只有厦门市 默认先写死 后面再改
- if (cityGroupMap.containsKey(Constant.city)) {
- Map<String, Long> groupMapTemp = cityGroupMap.get(Constant.city);
- groupMapTemp.put(group,(groupMapTemp.get(group)==null?0l:groupMapTemp.get(group)) + 1);
- cityGroupMap.put(Constant.city, groupMapTemp);
- } else {
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(group, 1L);
- cityGroupMap.put(Constant.city, groupMapTemp);
- }
- //统计区
- if (townGroupMap.containsKey(town)) {
- Map<String, Long> groupMapTemp = townGroupMap.get(town);
- groupMapTemp.put(group, (groupMapTemp.get(group)==null?0l:groupMapTemp.get(group))+ 1);
- townGroupMap.put(town, groupMapTemp);
- } else {
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(group, 1L);
- townGroupMap.put(town, groupMapTemp);
- }
- //统计机构
- if (orgGroupMap.containsKey(hospital.getCode())) {
- Map<String, Long> groupMapTemp = orgGroupMap.get(hospital.getCode());
- groupMapTemp.put(group, (groupMapTemp.get(group)==null?0l:groupMapTemp.get(group)) + 1);
- orgGroupMap.put(hospital.getCode(), groupMapTemp);
- } else {
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(group, 1L);
- orgGroupMap.put(hospital.getCode(), groupMapTemp);
- }
- boolean hasGXY = false;//有高血压
- boolean hasTNB = false;//有糖尿病
- if ("2".equals(group)) {
- //如果是慢病的 统计高血压的 糖尿病 1高血压,2糖尿病
- String jsonString = redisTemplate.opsForValue().get("disease:" + patient);
- if (StringUtils.isEmpty(jsonString)) {
- continue;
- }
- //排除数据 只留下高血压和糖尿病
- List<JSONObject> jsonObjects = new ArrayList<JSONObject>();
- JSONArray redisValues = new JSONArray(jsonString);
- for (Object obj : redisValues) {
- JSONObject redisValue = (JSONObject)(obj);
- if(!redisValue.has("signType")){
- continue;
- }
- //排除掉三师签约
- if ("1".equals(redisValue.getString("signType"))) {
- continue;
- }
- String disease = redisValue.getString("disease");
- if ("1".equals(disease)) {
- jsonObjects.add(redisValue);
- hasGXY = true;//设置有高血压
- }
- if ("2".equals(disease)) {
- jsonObjects.add(redisValue);
- hasTNB = true;//设置有糖尿病
- }
- }
- if(jsonObjects.size()==0){
- continue;//如果没有高血压和糖尿病 不统计
- }
- if (hasGXY && hasTNB) {
- group = "6";//有高血压又有糖尿病
- } else {
- group = Integer.valueOf(jsonObjects.get(0).get("disease").toString()) + 3 + "";//4高血压,5糖尿病
- }
- if (cityGroupMap.containsKey(Constant.city)) {
- Map<String, Long> groupMapTemp = cityGroupMap.get(Constant.city);
- groupMapTemp.put(group, (groupMapTemp.get(group) == null ? 0l : groupMapTemp.get(group)) + 1);
- cityGroupMap.put(Constant.city, groupMapTemp);
- } else {
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(group, 1L);
- cityGroupMap.put(Constant.city, groupMapTemp);
- }
- //统计区
- if (townGroupMap.containsKey(town)) {
- Map<String, Long> groupMapTemp = townGroupMap.get(town);
- groupMapTemp.put(group, (groupMapTemp.get(group) == null ? 0l : groupMapTemp.get(group)) + 1);
- townGroupMap.put(town, groupMapTemp);
- } else {
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(group, 1L);
- townGroupMap.put(town, groupMapTemp);
- }
- //统计机构
- //统计站
- String org=hospital.getCode();
- if (!"00".equals(org.substring(org.length()-2,org.length()))) {
- String orgCodeTemp =org.substring(0,org.length()-2)+"00";
- //统计机构
- if (orgGroupMap.containsKey(orgCodeTemp)) {
- Map<String, Long> groupMapTemp = orgGroupMap.get(orgCodeTemp);
- groupMapTemp.put(group, (groupMapTemp.get(group) == null ? 0l : groupMapTemp.get(group)) + 1);
- orgGroupMap.put(orgCodeTemp, groupMapTemp);
- } else {
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(group, 1L);
- orgGroupMap.put(orgCodeTemp, groupMapTemp);
- }
- } else {
- //统计机构
- if (orgGroupMap.containsKey(hospital.getCode())) {
- Map<String, Long> groupMapTemp = orgGroupMap.get(hospital.getCode());
- groupMapTemp.put(group, (groupMapTemp.get(group) == null ? 0l : groupMapTemp.get(group)) + 1);
- orgGroupMap.put(hospital.getCode(), groupMapTemp);
- } else {
- Map<String, Long> groupMapTemp = new HashMap<String, Long>();
- groupMapTemp.put(group, 1L);
- orgGroupMap.put(hospital.getCode(), groupMapTemp);
- }
- }
- }
- }
- //保存统计数据
- //保存市的统计数据
- for (Map.Entry<String, Map<String, Long>> entry : cityGroupMap.entrySet()) {
- //保存健康人群
- JSONObject jsonObject=new JSONObject();
- if (entry.getValue() != null && entry.getValue().containsKey(Constant.level_group_1)) {
- jsonObject.put("num",entry.getValue().get(Constant.level_group_1));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",Constant.cityName);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:4:1:"+entry.getKey()).toString(),jsonObject.toString());
- //保存慢病人群
- jsonObject=new JSONObject();
- if (entry.getValue() != null && entry.getValue().containsKey(Constant.level_group_2)) {
- jsonObject.put("num",entry.getValue().get(Constant.level_group_2));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",Constant.cityName);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:4:2:"+entry.getKey()).toString(),jsonObject.toString());
- //保存65岁以上人群
- jsonObject=new JSONObject();
- if (entry.getValue() != null && entry.getValue().containsKey(Constant.level_group_3)) {
- jsonObject.put("num",entry.getValue().get(Constant.level_group_3));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",Constant.cityName);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:4:3:"+entry.getKey()).toString(),jsonObject.toString());
- //保存高血压
- jsonObject=new JSONObject();
- if (entry.getValue() != null && entry.getValue().containsKey(Constant.level_group_4)) {
- jsonObject.put("num",entry.getValue().get(Constant.level_group_4));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",Constant.cityName);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:4:4:"+entry.getKey()).toString(),jsonObject.toString());
- //保存糖尿病
- jsonObject=new JSONObject();
- if (entry.getValue() != null && entry.getValue().containsKey(Constant.level_group_5)) {
- jsonObject.put("num",entry.getValue().get(Constant.level_group_5));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",Constant.cityName);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:4:5:"+entry.getKey()).toString(),jsonObject.toString());
- //保存糖尿病和高血压
- jsonObject=new JSONObject();
- if (entry.getValue() != null && entry.getValue().containsKey(Constant.level_group_6)) {
- jsonObject.put("num",entry.getValue().get(Constant.level_group_6));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",Constant.cityName);
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:4:6:"+entry.getKey()).toString(),jsonObject.toString());
- }
- //保存区级
- //保存区的统计数据
- for (Map.Entry<String, Town> townEntry : townsMap.entrySet()) {//保存健康人群
- JSONObject jsonObject=new JSONObject();
- Town town=townsMap.get(townEntry.getKey());
- Map<String, Long> oneTown= townGroupMap.get(townEntry.getKey());
- if (oneTown != null && oneTown.containsKey(Constant.level_group_1)) {
- jsonObject.put("num",oneTown.get(Constant.level_group_1));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",town.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:3:1:"+townEntry.getKey()).toString(),jsonObject.toString());
- //保存慢病人群
- jsonObject=new JSONObject();
- if (oneTown != null && oneTown.containsKey(Constant.level_group_2)) {
- jsonObject.put("num",oneTown.get(Constant.level_group_2));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",town.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:3:2:"+townEntry.getKey()).toString(),jsonObject.toString());
- //保存65岁以上人群
- jsonObject=new JSONObject();
- if (oneTown != null && oneTown.containsKey(Constant.level_group_3)) {
- jsonObject.put("num",oneTown.get(Constant.level_group_3));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",town.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:3:3:"+townEntry.getKey()).toString(),jsonObject.toString());
- //保存高血压
- jsonObject=new JSONObject();
- if (oneTown != null && oneTown.containsKey(Constant.level_group_4)) {
- jsonObject.put("num",oneTown.get(Constant.level_group_4));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",town.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:3:4:"+townEntry.getKey()).toString(),jsonObject.toString());
- //保存糖尿病
- jsonObject=new JSONObject();
- if (oneTown != null && oneTown.containsKey(Constant.level_group_5)) {
- jsonObject.put("num",oneTown.get(Constant.level_group_5));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",town.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:3:5:"+townEntry.getKey()).toString(),jsonObject.toString());
- //保存糖尿病和高血压
- jsonObject=new JSONObject();
- if (oneTown != null && oneTown.containsKey(Constant.level_group_6)) {
- jsonObject.put("num",oneTown.get(Constant.level_group_6));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",town.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:3:6:"+townEntry.getKey()).toString(),jsonObject.toString());
- }
- //保存机构
- for (Map.Entry<String, Hospital> hospitalEntry : hospitalsMap.entrySet()) {
- //保存健康人群
- Hospital hospital=hospitalsMap.get(hospitalEntry.getKey());
- if(hospital == null) continue;
- JSONObject jsonObject=new JSONObject();
- Map<String, Long> oneOrg= orgGroupMap.get(hospitalEntry.getKey());
- if (oneOrg != null && oneOrg.containsKey(Constant.level_group_1)) {
- jsonObject.put("num",oneOrg.get(Constant.level_group_1));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",hospital.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:2:1:"+hospitalEntry.getKey()).toString(),jsonObject.toString());
- //保存慢病人群
- jsonObject=new JSONObject();
- if (oneOrg != null && oneOrg.containsKey(Constant.level_group_2)) {
- jsonObject.put("num",oneOrg.get(Constant.level_group_2));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",hospital.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:2:2:"+hospitalEntry.getKey()).toString(),jsonObject.toString());
- //保存65岁以上人群
- jsonObject=new JSONObject();
- if (oneOrg != null && oneOrg.containsKey(Constant.level_group_3)) {
- jsonObject.put("num",oneOrg.get(Constant.level_group_3));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",hospital.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:2:3:"+hospitalEntry.getKey()).toString(),jsonObject.toString());
- //保存高血压
- jsonObject=new JSONObject();
- if (oneOrg != null && oneOrg.containsKey(Constant.level_group_4)) {
- jsonObject.put("num",oneOrg.get(Constant.level_group_4));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",hospital.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:2:4:"+hospitalEntry.getKey()).toString(),jsonObject.toString());
- //保存糖尿病
- jsonObject=new JSONObject();
- if (oneOrg != null && oneOrg.containsKey(Constant.level_group_5)) {
- jsonObject.put("num",oneOrg.get(Constant.level_group_5));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",hospital.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:2:5:"+hospitalEntry.getKey()).toString(),jsonObject.toString());
- //保存糖尿病和高血压
- jsonObject=new JSONObject();
- if (oneOrg != null && oneOrg.containsKey(Constant.level_group_6)) {
- jsonObject.put("num",oneOrg.get(Constant.level_group_6));
- } else {
- jsonObject.put("num",0);
- }
- jsonObject.put("name",hospital.getName());
- jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
- redisTemplate.opsForValue().set(new StringBuffer("quota:7:2:6:"+hospitalEntry.getKey()).toString(),jsonObject.toString());
- }
- errorContent.append("computequota_7---end!!");
- }
- private void computequota_8()throws Exception {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="8";
- //找出今天的签约信息
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingSignYesterday(now, tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(SignFamily signFamily:signFamilys){
- ETLModel etlModel=new ETLModel();
- String orgCode = signFamily.getHospital();
- if(StringUtils.isEmpty(orgCode)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- String orgCodeTemp="";
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //社区
- orgCodeTemp=orgCode;
- }
- //判断社区有没有值
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- String idCard=signFamily.getIdcard();
- if(idCard == null||(idCard.length()!=18&&idCard.length()!=15)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的idCard数据异常");
- isAll=false;
- errorCount++;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnData1s= levelRole.elt(etlModels);
- List<Map<String, Map<String, List<ETLModel>>>> patientAgeRoleData= patientAgeRole.elt(returnData1s);
- //保存数据
- redisStorage.saveByLevel2(patientAgeRoleData,quotaId,6,2);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,signFamilys.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_9() {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="9";
- //找出今天的待签约信息
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingWaitSignYesterday(now,tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(SignFamily signFamily:signFamilys){
- ETLModel etlModel=new ETLModel();
- String orgCode = signFamily.getHospital();
- if(StringUtils.isEmpty(orgCode)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- String orgCodeTemp="";
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //社区
- orgCodeTemp=orgCode;
- }
- //判断社区有没有值
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- Long adminId=signFamily.getAdminTeamId();
- if(adminId == null||adminId<=0) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- AdminTeam adminTeam=adminTeamMap.get(signFamily.getAdminTeamId()+"");
- if(adminTeam == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- String idCard=signFamily.getIdcard();
- if(idCard == null||(idCard.length()!=18&&idCard.length()!=15)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的idCard数据异常");
- isAll=false;
- errorCount++;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setAdminTeam(adminTeam.getId()+"");
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnDatas= levelRole.elt(etlModels);
- //保存数据
- redisStorage.saveByLevel1(returnDatas,quotaId);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,signFamilys.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- private void computequota_10() {
- StringBuffer errorContent=new StringBuffer();
- String quotaId="10";
- //查找出系统全部的全科医生
- List<AdminTeam> adminTeams=doctorAdminTeamDao.findAllTeam();
- Map<String, AdminTeam> adminTeamMap = new HashMap<String, AdminTeam>();
- for (AdminTeam adminTeam : adminTeams) {
- adminTeamMap.put(adminTeam.getId()+"", adminTeam);
- }
- //查找出系统全部的机构
- List<Hospital> hospitals = hospitalDao.findHospital2();
- Map<String, Hospital> hospitalsMap = new HashMap<String, Hospital>();
- for (Hospital hospital : hospitals) {
- hospitalsMap.put(hospital.getCode(), hospital);
- }
- //查找出厦门市全部的区
- List<Town> towns = townDao.findByCityCode(Constant.city);
- Map<String, Town> townsMap = new HashMap<String, Town>();
- for (Town town : towns) {
- townsMap.put(town.getCode(), town);
- }
- //找出今天的已改簽信息
- List<SignFamily> signFamilys = signFamilyDao.findByJiatingChaangeSignYesterday(now,tomorrow);
- Long cityCount = new Long(0L); //统计到市的数目
- Long townCount = new Long(0L); //统计到所有区的数目
- Long orgCount =new Long(0L);//统计到所有机构的数目
- Long adminCount = new Long(0L);//统计到所有团队的数目
- Long errorCount=new Long(0L);//脏数据
- Boolean isAll=true;//是否统计失败
- //统计有已改簽的
- List<ETLModel> etlModels=new ArrayList<ETLModel>();
- //数据过滤清洗出脏数据 -----------start
- for(SignFamily signFamily:signFamilys){
- ETLModel etlModel=new ETLModel();
- String orgCode = signFamily.getHospital();
- if(StringUtils.isEmpty(orgCode)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- String orgCodeTemp="";
- if(!"00".equals(orgCode.substring(orgCode.length()-2,orgCode.length()))){
- //站
- orgCodeTemp=orgCode.substring(0,orgCode.length()-2)+"00";
- }else{
- //社区
- orgCodeTemp=orgCode;
- }
- //判断社区有没有值
- Hospital hospital=hospitalsMap.get(orgCodeTemp);
- if(hospital == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的hospital数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- Long adminId=signFamily.getAdminTeamId();
- if(adminId == null||adminId<=0) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据为空");
- isAll=false;
- errorCount++;
- continue;
- }
- AdminTeam adminTeam=adminTeamMap.get(signFamily.getAdminTeamId()+"");
- if(adminTeam == null) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的Admin_Team_Id数据不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- String idCard=signFamily.getIdcard();
- if(idCard == null||(idCard.length()!=18&&idCard.length()!=15)) {
- errorContent.append("签约code:"+signFamily.getCode()+",签约表中(wlyy_sign_family)中的idCard数据异常");
- isAll=false;
- errorCount++;
- continue;
- }
- String town =hospital.getTown();
- if(StringUtils.isEmpty(town)) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town为空");
- isAll=false;
- errorCount++;
- continue;
- }
- Town townObj =townsMap.get(town);
- if(townObj==null) {
- errorContent.append("签约code:"+signFamily.getCode()+",机构表的中的town不存在");
- isAll=false;
- errorCount++;
- continue;
- }
- etlModel.setAdminTeam(adminTeam.getId()+"");
- etlModel.setHospital(orgCodeTemp);
- etlModel.setTown(hospital.getTown());
- etlModel.setCity(Constant.city);
- etlModel.setIdcard(signFamily.getIdcard());
- etlModels.add(etlModel);
- //统计数目+1
- cityCount++;
- townCount++;
- orgCount++;
- adminCount++;
- }
- //数据过滤清洗出脏数据 -----------end
- try{
- //统计数据
- List<Map<String, List<ETLModel>>> returnDatas= levelRole.elt(etlModels);
- //保存数据
- redisStorage.saveByLevel1(returnDatas,quotaId);
- }catch (Exception e){
- errorContent.append("统计失败:"+e.getMessage());
- }
- saveContent(quotaId,signFamilys.size(),adminCount,orgCount,townCount,cityCount,isAll,errorContent,errorCount);
- allContent.append(errorContent);
- allContent.append("---------------------");
- }
- public Properties getSystemProperties() {
- if (systemProperties == null) {
- InputStream is = null;
- try {
- is = this.getClass().getResourceAsStream("/application.properties");
- systemProperties = new Properties();
- systemProperties.load(is);
- } catch (IOException e1) {
- e1.printStackTrace();
- } finally {
- if (is != null) {
- try {
- is.close();
- } catch (IOException e) {
- e.printStackTrace();
- }
- }
- }
- }
- return systemProperties;
- }
- public static String getDayString(Integer size) {
- Date date = new Date();//取时间
- Calendar calendar = new GregorianCalendar();
- calendar.setTime(date);
- calendar.add(calendar.DATE, size);//把日期往后增加一天.整数往后推,负数往前移动
- date = calendar.getTime(); //这个时间就是日期往后推一天的结果
- SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
- String dateString = formatter.format(date);
- return dateString;
- }
- public List<Map<String,Object>> getFvYesterday() {
- String now = getDayString(0);
- String tomorrow = getDayString(1);
- String sql=" select * from fv_plan a where unix_timestamp(a.update_time)>=unix_timestamp('"+now+"') and unix_timestamp(a.update_time)< unix_timestamp('"+tomorrow+"') ";
- return jdbcTemplate.queryForList(sql);
- }
- /**
- * 根据年龄得到对应的code
- * @param age
- * @return
- */
- public String getAgeCode(int age) {
- if (age < 7) {
- return Constant.level_age_1;
- } else if (age >= 7 && age < 18) {
- return Constant.level_age_2;
- } else if (age >= 18 && age < 30) {
- return Constant.level_age_3;
- } else if (age >= 30 && age < 50) {
- return Constant.level_age_4;
- } else if (age >= 50 && age < 65) {
- return Constant.level_age_5;
- } else {
- return Constant.level_age_6;
- }
- }
- private String getOrg(String org){
- //if(!"00".equals(org.substring(org.length()-2,org.length()))){
- if(org.length() == 10 && !org.endsWith("00")){
- return org.substring(0,org.length()-2)+"00";
- }else{
- return org;
- }
- }
- private String saveContent(String id,Integer size, Long qkCount, Long orgCount, Long townCount, Long cityCount, boolean isAll, StringBuffer errorContent,Long errorCount) {
- StringBuffer string=new StringBuffer("统计 quotaid:"+id+" 的数据完成 ,数据库查询到改签数目:"+size);
- string.append(",过滤的脏数据数目:"+errorCount);
- string.append(",统计到市的数据总数:"+cityCount);
- string.append(",统计到区的数据总数:"+townCount);
- string.append(",统计到机构的数据总数:"+orgCount);
- string.append(",统计到团队的数据总数:"+qkCount);
- string.append(",是否统计成功:"+isAll);
- if(!isAll){
- string.append(",失败原因:"+errorContent);
- }
- return string.toString();
- }
- }
|