| | |
| | | redisCache.setCacheMapValue("updateCheckType"+tjNum,tjNum,getAjaxResult(tjNum)); |
| | | } |
| | | |
| | | @Override |
| | | @Async("async") |
| | | public void addRedis(List<TjCustomer> customers) { |
| | | for (TjCustomer customer : customers) { |
| | | redisCache.setCacheMapValue("updateCheckType"+customer.getTjNumber(),customer.getTjNumber(),getAjaxResult(customer.getTjNumber())); |
| | | } |
| | | } |
| | | // @Override |
| | | // @Async("async") |
| | | // public void addRedis(List<TjCustomer> customers) { |
| | | // for (TjCustomer customer : customers) { |
| | | // redisCache.setCacheMapValue("updateCheckType"+customer.getTjNumber(),customer.getTjNumber(),getAjaxResult(customer.getTjNumber())); |
| | | // } |
| | | // } |
| | | |
| | | private void getTjPackageListsByMan(List<TjPackage> tjPackageList) { |
| | | if (null != tjPackageList && tjPackageList.size() > 0) { |