Commit 93dc42c2 by songyinghui

feature: 互动记录次数问题

parent 4371676f
......@@ -74,7 +74,7 @@ public class InteractRecordMessageBuilder {
searchQo.setUnionId(context.getInteractRecordMessageBO().getUnionId());
}
searchQo.setPageSize(1);
searchQo.setBizId(context.getInteractRecordMessageBO().getMaterialId());
searchQo.setBizId(context.getBizId());
Integer count = interactRecordService.countInteractRecord(searchQo);
context.setTimes(count + 1);
}
......
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