admin
2019-12-30 f9ed88d564d9c24c9a7a00f0a34de6e249127d41
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/BrandController.java
@@ -119,7 +119,7 @@
         
         // 新版删除
         if ("ios".equalsIgnoreCase(acceptData.getPlatform())) {
            if (VersionUtil.greaterThan_2_1(acceptData.getPlatform(), acceptData.getVersion())) {
            if (VersionUtil.greaterThan_2_0_5(acceptData.getPlatform(), acceptData.getVersion())) {
               brandInfoRecordService.deleteRecord(Arrays.asList(ids.split(",")), uid, acceptData.getDevice());
               out.print(JsonUtil.loadTrueResult("删除成功"));
               return;