提交 e9fe98bf authored 作者: douxy's avatar douxy

CP计划小程序改造,修改下班判断

上级 590882b0
......@@ -156,7 +156,7 @@ public class TemporaryActivityCoreController {
throw new DataException(RCode.NOT_SCBBWL_PHOTO_ERROR);
}else if ("是".equals(activityReportedDto.getHasBlackDuckFlavor()) &&StringUtils.isBlank(activityReportedDto.getHasBlackDuckFlavor())){
throw new DataException(RCode.NOT_BLACK_DUCK_FLAVOR_ERROR);
}else if ("是".equals(activityReportedDto.getHasBlackDuckFlavor()) &&activityReportedDto.getBlackDuckTastingNum() == null || activityReportedDto.getBlackDuckTastingNum() == 0 ){
}else if ("是".equals(activityReportedDto.getHasBlackDuckFlavor()) && (activityReportedDto.getBlackDuckTastingNum() == null || activityReportedDto.getBlackDuckTastingNum() == 0 )){
throw new DataException(RCode.NOT_BLACK_DUCK_TASTING_NUM_ERROR);
}else if (activityReportedDto.getBraisedTastingNum() == null ){
throw new DataException(RCode.NOT_BRAISED_TASTING_NUM_ERROR);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论