提交 c60cc642 authored 作者: 窦馨雨's avatar 窦馨雨

合并分支 'dxy' 到 'qa'

CP计划小程序改造,新增pos照片必填验证 查看合并请求 !85
......@@ -168,6 +168,8 @@ public class TemporaryActivityCoreController {
throw new DataException(RCode.NOT_BLACK_DUCK_SALES_ERROR);
}else if (activityReportedDto.getGiftBoxSales() == null ){
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 noonClockInTime = clockInfo.getNoonClockInTime();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论