Commit b80c238c by 王祖波

Merge branch 'feature-content202505' into 'developer'

log

See merge request !2821
parents 91c045af 739897bb
......@@ -193,6 +193,7 @@ public class InteractRecordServiceImpl implements InteractRecordService {
if (StringUtils.isAnyBlank(memberId, unionId)) {
return;
}
log.info("会员授权事件,memberId:{},unionId:{}", memberId,unionId);
InteractRecordQO interactRecordQO = new InteractRecordQO();
interactRecordQO.setUnionId(unionId);
List<TabHaobanInteractRecord> interactRecords = this.tabHaobanInteractRecordMapper.queryInteractRecordList(interactRecordQO);
......
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