Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

后台禁用广告之后,小程序端无反应 #61

Closed
everythinggood opened this issue Aug 10, 2018 · 1 comment
Closed

后台禁用广告之后,小程序端无反应 #61

everythinggood opened this issue Aug 10, 2018 · 1 comment

Comments

@everythinggood
Copy link

请修改db端AdService代码:
public List queryIndex() {
LitemallAdExample example = new LitemallAdExample();
example.or().andPositionEqualTo((byte)1).andDeletedEqualTo(false).andEnabledEqualTo(true);
return adMapper.selectByExample(example);
}

@menethil
Copy link
Collaborator

感谢提交,已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants