@ -1391,7 +1391,7 @@ public class CurrentDayAllQuotaJob implements Job {
}
jsonObject.put("name",hospital.getName());
jsonObject.put("date", DateUtil.dateToStrLong(new Date()));
redisTemplate.opsForValue().set(new StringBuffer("quota:8:2:4"+entry.getKey()).toString(),jsonObject.toString());
redisTemplate.opsForValue().set(new StringBuffer("quota:8:2:4:"+entry.getKey()).toString(),jsonObject.toString());
//保存50~65
jsonObject=new JSONObject();
if (oneAgeMap!=null&&oneAgeMap.containsKey(Constant.level_age_5)) {
@ -173,7 +173,7 @@ public class SignJob implements Job {
String townName="";
String org="";
String orgName="";
String level="3";
String level="4";
save_level2_1(entry.getValue(), key, city, cityName, town, townName, org, orgName, level);