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;