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

CP计划小程序改造,新增pos照片必填验证

上级 5248f7ea
...@@ -168,6 +168,8 @@ public class TemporaryActivityCoreController { ...@@ -168,6 +168,8 @@ public class TemporaryActivityCoreController {
throw new DataException(RCode.NOT_BLACK_DUCK_SALES_ERROR); throw new DataException(RCode.NOT_BLACK_DUCK_SALES_ERROR);
}else if (activityReportedDto.getGiftBoxSales() == null ){ }else if (activityReportedDto.getGiftBoxSales() == null ){
throw new DataException(RCode.NOT_GIFT_SALES_ERROR); throw new DataException(RCode.NOT_GIFT_SALES_ERROR);
}else if (activityReportedDto.getPsvPhotoInfos() == null ){
throw new DataException(RCode.NOT_POS_PHOTO_ERROR);
} }
Date clockInTime = clockInfo.getClockInTime(); Date clockInTime = clockInfo.getClockInTime();
Date noonClockInTime = clockInfo.getNoonClockInTime(); Date noonClockInTime = clockInfo.getNoonClockInTime();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论