src/main/java/com/mzl/flower/dto/request/flower/FlowerMarkupPsSpCgBatchSaveDTO.java
@@ -12,7 +12,7 @@ private Long partnerId; @ApiModelProperty(value = "分类id列表") private List<Long> categoryIds; private List<Long> categoryId; @ApiModelProperty(value = "A级金额") private BigDecimal levelA; src/main/java/com/mzl/flower/service/flower/FlowerMarkupPsService.java
@@ -67,7 +67,7 @@ } public void saveMarkupSpCgBatch(FlowerMarkupPsSpCgBatchSaveDTO dto){ List<Long> categoryIds = dto.getCategoryIds(); List<Long> categoryIds = dto.getCategoryId(); if(categoryIds == null || categoryIds.size() == 0){ throw new ValidationException("分类列表不能为空"); }