|  | @ -683,7 +683,7 @@ public class RedisStorage {
 | 
	
		
			
				|  |  |                 jo.put("num", num);
 | 
	
		
			
				|  |  |                 String key=i+"";
 | 
	
		
			
				|  |  |                 jo.put("name", key);
 | 
	
		
			
				|  |  |                 jo.put("code",  Constant.getLevelSexName(key));
 | 
	
		
			
				|  |  |                 jo.put("code",getLevel2Name(key,type));
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |                 StringBuffer sb=new StringBuffer("quota:"+wlyyQuotaId+":1:"+adminTeam.getKey().toString()+":"+key+":"+timeKey);
 | 
	
		
			
				|  |  |                 keys.add(sb.toString());
 | 
	
	
		
			
				|  | @ -744,12 +744,11 @@ public class RedisStorage {
 | 
	
		
			
				|  |  |                 jo.put("num", num);
 | 
	
		
			
				|  |  |                 String key=i+"";
 | 
	
		
			
				|  |  |                 jo.put("name", key);
 | 
	
		
			
				|  |  |                 jo.put("code", Constant.getLevelSexName(key));
 | 
	
		
			
				|  |  |                 jo.put("code",getLevel2Name(key,type));
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |                 StringBuffer sb=new StringBuffer("quota:"+wlyyQuotaId+":3:"+town.getKey()+":"+key+":"+timeKey);
 | 
	
		
			
				|  |  |                 keys.add(sb.toString());
 | 
	
		
			
				|  |  |                 redisTemplate.opsForValue().set(sb.toString(), jo.toString());
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |                 level2.put(jo);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |             }
 | 
	
	
		
			
				|  | @ -778,13 +777,13 @@ public class RedisStorage {
 | 
	
		
			
				|  |  |                 jo.put("num", num);
 | 
	
		
			
				|  |  |                 String key=i+"";
 | 
	
		
			
				|  |  |                 jo.put("name", key);
 | 
	
		
			
				|  |  |                 jo.put("code", Constant.getLevelSexName(key));
 | 
	
		
			
				|  |  |                 jo.put("code",getLevel2Name(key,type));
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |                 addJOLeval2(townjr,hospitalObj.getTown(),key,jo);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |                 level2.put(jo);
 | 
	
		
			
				|  |  |                 StringBuffer sb=new StringBuffer("quota:"+wlyyQuotaId+":2:"+hospital.getKey().toString()+":"+key+":"+timeKey);
 | 
	
		
			
				|  |  |                 keys.add(sb.toString());
 | 
	
		
			
				|  |  |                 redisTemplate.opsForValue().set(sb.toString(), level2.toString());
 | 
	
		
			
				|  |  |                 redisTemplate.opsForValue().set(sb.toString(), jo.toString());
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             StringBuffer sb=new StringBuffer("quota:"+wlyyQuotaId+":2:"+hospital.getKey().toString()+":"+timeKey);
 | 
	
	
		
			
				|  | @ -1183,6 +1182,10 @@ public class RedisStorage {
 | 
	
		
			
				|  |  |                 //疾病
 | 
	
		
			
				|  |  |                 return Constant.getlevelHealthFbName(i);
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             case  6:{
 | 
	
		
			
				|  |  |                 //疾病
 | 
	
		
			
				|  |  |                 return Constant.getLevelExpenseName(i);
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             default:{
 | 
	
		
			
				|  |  |                 return "";
 | 
	
		
			
				|  |  |             }
 |