admin
2021-01-27 e1a62ec62e7331d97af9302e90e1ce44af8235eb
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;
   }
}