admin
2021-01-25 2ba431be9c12a79783e0f9ef249292b7fa95f2a1
fanli/src/main/java/com/yeshi/fanli/controller/h5/H5ControllerUtil.java
@@ -23,7 +23,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;
   }
}