yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/service/impl/config/BusinessSystemServiceImpl.java
@@ -32,7 +32,6 @@
   }
   @Override
   @Cacheable(value = "sysCache", key = "'getBusinessSystem-'+#platform+'-'+#packages")
   public BusinessSystem getBusinessSystem(String platform, String packages) {
      if (platform == null || packages == null) {
         return null;
@@ -47,6 +46,7 @@
      return list.get(0);
   }
   @Cacheable(value = "sysCache", key = "'getBusinessSystem-'+#platform+'-'+#packages")
   @Override
   public BusinessSystem getBusinessSystemCache(String platform, String packages) {
      return getBusinessSystem(platform, packages);