admin
2020-07-29 c338aa60df58bee9f4c25afedf94fe6930a119c1
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;