admin
2019-12-30 3f7bcb1fb68b78a2cd2a87b44098f1de70378d92
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;