yj
2020-03-06 207dc8655711cddac2653e18b51e58a88dba2084
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/HomeNavbarControllerV2.java
@@ -51,7 +51,7 @@
   public void changeSex(AcceptData acceptData, Integer sex, PrintWriter out) {
      try {
         // 获取设备定义性别
          deviceSexService.save(acceptData.getDevice(), sex);
         deviceSexService.save(acceptData.getDevice(), sex);
         JSONObject data = new JSONObject();
         data.put("sex", sex);
         out.print(JsonUtil.loadTrueResult(data));