admin
2020-07-14 eec7e789a87863c25d92c10ad5dfc22ad80c448d
fanli/src/main/java/com/yeshi/fanli/controller/web/WebControllerUtil.java
@@ -21,7 +21,7 @@
   BusinessSystem getSystem(AcceptData acceptData) {
      String platform = acceptData.getPlatform();
      String packages = acceptData.getPackages();
      BusinessSystem system= businessSystemService.getBusinessSystem(platform, packages);
      BusinessSystem system= businessSystemService.getBusinessSystem(platform, packages,acceptData.getSystem());
      return system;
   }
}