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

queryByJoin 优化建议 #1535

Closed
TomYule opened this issue Dec 18, 2019 · 0 comments
Closed

queryByJoin 优化建议 #1535

TomYule opened this issue Dec 18, 2019 · 0 comments

Comments

@TomYule
Copy link
Contributor

TomYule commented Dec 18, 2019

queryByJoin 优化建议

  1. LEFT JOIN app_member as member
    建议 别名再加下划线字母例如 member_a
  2. where条件 建议加上
    WHERE 主表.agency_id = '49c59ddc4090491c88b7d37b2eacdc6c'
    AND 主表.status = 'SUCCESSFUL_SIGNING'
    问题帖子https://nutz.cn/yvr/t/r1qu20vingjhmogo1n25risapu
@TomYule TomYule closed this as completed Dec 26, 2019
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

1 participant