提交 0d2cb467 authored 作者: douxy's avatar douxy

CP计划小程序改造

上级 e9fe98bf
...@@ -150,9 +150,7 @@ public class TemporaryActivityCoreController { ...@@ -150,9 +150,7 @@ public class TemporaryActivityCoreController {
throw new DataException(RCode.NOT_SCP_PHOTO_ERROR); throw new DataException(RCode.NOT_SCP_PHOTO_ERROR);
} else if (CollectionUtils.isEmpty(activityReportedDto.getPfzpPhotoInfos()) ){ } else if (CollectionUtils.isEmpty(activityReportedDto.getPfzpPhotoInfos()) ){
throw new DataException(RCode.NOT_PFZP_PHOTO_ERROR); throw new DataException(RCode.NOT_PFZP_PHOTO_ERROR);
} else if (CollectionUtils.isEmpty(activityReportedDto.getGfqPhotoInfos()) ){ } else if (CollectionUtils.isEmpty(activityReportedDto.getScbbwlPhotoInfos()) ){
throw new DataException(RCode.NOT_GFQ_PHOTO_ERROR);
} else if (CollectionUtils.isEmpty(activityReportedDto.getScbbwlPhotoInfos()) ){
throw new DataException(RCode.NOT_SCBBWL_PHOTO_ERROR); throw new DataException(RCode.NOT_SCBBWL_PHOTO_ERROR);
}else if ("是".equals(activityReportedDto.getHasBlackDuckFlavor()) &&StringUtils.isBlank(activityReportedDto.getHasBlackDuckFlavor())){ }else if ("是".equals(activityReportedDto.getHasBlackDuckFlavor()) &&StringUtils.isBlank(activityReportedDto.getHasBlackDuckFlavor())){
throw new DataException(RCode.NOT_BLACK_DUCK_FLAVOR_ERROR); throw new DataException(RCode.NOT_BLACK_DUCK_FLAVOR_ERROR);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论