Commit 739897bb by 王祖波

log

parent 08a8767d
......@@ -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