|
@@ -36,6 +36,7 @@ import java.util.Date;
|
|
|
import java.util.List;
|
|
|
import java.util.Objects;
|
|
|
|
|
|
+import static com.tzld.piaoquan.wecom.common.constant.MessageConstant.MAX_VIDEO_NUM;
|
|
|
import static com.tzld.piaoquan.wecom.common.constant.WeComConstant.*;
|
|
|
|
|
|
@Slf4j
|
|
@@ -115,7 +116,7 @@ public class WeComHistoryDataJob {
|
|
|
.andStatusEqualTo(status)
|
|
|
.andIsDeleteEqualTo(0);
|
|
|
long l = historyMessageMapper.countByExample(example);
|
|
|
- countList.add(l);
|
|
|
+ countList.add(l / MAX_VIDEO_NUM);
|
|
|
}
|
|
|
sendDetail.setSendCountList(countList);
|
|
|
sendDetailList.add(sendDetail);
|