admin
2020-09-30 01955bc3f6e6eec6d82a5a3848efde1fa6cc8137
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;
   }
}