喻健
2018-11-27 c113fb5b3be1e872b84799c79e76607c40c2c4ba
fanli/src/main/java/com/yeshi/fanli/controller/client/UserInfoController.java
@@ -1646,6 +1646,11 @@
      
      JSONObject resultData = new JSONObject();
      
      String helpLink = configService.get("team_help_url");
      if (helpLink == null) {
         helpLink = "";
      }
      resultData.put("helpLink", helpLink);
      resultData.put("firstTeam", firstTeam);
      resultData.put("firstTeamTotal", firstTeamTotal);
      resultData.put("secondTeam", secondTeam);