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;