admin
2020-11-28 dc5be7d38446f70e6ff86df311119c32b41fe7f8
fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserController.java
@@ -242,7 +242,7 @@
   public void getuserinfoNew(WXMPAcceptData acceptData, Long uid, HttpServletRequest requst, PrintWriter out) {
      try {
         BusinessSystem system = businessSystemService.getBusinessSystemCache(acceptData.getPlatform(),
               acceptData.getAppId());
               acceptData.getAppId(),acceptData.getSystem());
         if (system == null) {
            out.print(JsonUtil.loadFalseResult("系统不存在"));
            return;