Commit a95b689d by 裴大威

Merge branch 'zyj-updatetime' into 'master'

修改时间

See merge request rays/pcloud-book!222
parents 79a0cc24 785b62c5
......@@ -725,7 +725,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
List<ReplyKeywordDTO> ImgKeyword = keywordDTOS.stream()
.filter(p -> (ReplyTypeEnum.IMAGE.value.equals(p.getReplyType()) || ReplyTypeEnum.TEXT.value.equals(p.getReplyType()))).collect(Collectors.toList());
//不包含图片和文字且18点到9点 则合并关键词详情,其他情况走之前的模式
if (CollectionUtils.isEmpty(ImgKeyword) && !DateUtils.isInBetweenTimes("9:00:00", "18:00:00")) {
if (CollectionUtils.isEmpty(ImgKeyword) && !DateUtils.isInBetweenTimes("09:00:00", "18:00:00")) {
sendKeyWordAtPeak(collect, keywordDTOS, classifyQrcodeInfo, sendTextDTO);
} else {
// 组装发送关键词
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment