| | |
| | | private ITjReportTemplateService reportTemplateService; |
| | | @Autowired |
| | | private HisPDFUtil hisPDFUtil; |
| | | @Autowired |
| | | private RedisCache redisCache; |
| | | @Autowired |
| | | private RedisTemplate<String,Object> redisTemplate; |
| | | |
| | | // @Autowired |
| | | // private RedisCache redisCache; |
| | | // @Autowired |
| | | // private RedisTemplate<String,Object> redisTemplate; |
| | | |
| | | public static String generateId() { |
| | | String id; |
| | |
| | | template.setOpen("1"); |
| | | reportTemplateService.save(template); |
| | | } |
| | | |
| | | @Test |
| | | public void test11(){ |
| | | redisCache.setCacheList("list1",new ArrayList<>()); |
| | | redisTemplate.opsForList().set("list2",0,new ArrayList<>()); |
| | | } |
| | | // |
| | | // @Test |
| | | // public void test11(){ |
| | | // redisCache.setCacheList("list1",new ArrayList<>()); |
| | | // redisTemplate.opsForList().set("list2",0,new ArrayList<>()); |
| | | // } |
| | | |
| | | } |