手动绑定仪器日志输出日志

master
382696293@qq.com 2 years ago
parent c4cade8ef3
commit 584c022112

@ -312,6 +312,7 @@ public class WxInstrumentServiceImpl implements IWxInstrumentService {
wxUserScriptLog.setUpdateBy(null);
wxUserScriptLogMapper.insertWxUserScriptLog(wxUserScriptLog);
}
logger.info("绑定成功,序列号:{}用户ID{},用户名:{}", serial, wxUserMember.getId(), wxUserMember.getNickname());
/**
* TODO:

Loading…
Cancel
Save