|
|
|
|
@ -21,7 +21,7 @@ public class WxUserScriptLogServiceImpl implements IWxUserScriptLogService {
|
|
|
|
|
public List<WxUserScriptLog> selectWxUserScriptLogList() {
|
|
|
|
|
WxUserScriptLog query = new WxUserScriptLog();
|
|
|
|
|
// 消息归属人
|
|
|
|
|
query.setWxUserId(SecurityUtils.getLoginUser().getWxUserid());
|
|
|
|
|
query.setWxUserId(SecurityUtils.getLoginUser().getWxUserMember().getId());
|
|
|
|
|
// 消息状态正常
|
|
|
|
|
query.setStatus(Status.OK.getCode());
|
|
|
|
|
return wxUserScriptLogMapper.selectWxUserScriptLogList(query);
|
|
|
|
|
|