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

一些使用过程中发现的bug和优化 #15

Open
DanielZhao1990 opened this issue Jan 13, 2021 · 0 comments
Open

一些使用过程中发现的bug和优化 #15

DanielZhao1990 opened this issue Jan 13, 2021 · 0 comments

Comments

@DanielZhao1990
Copy link

  1. url搜索条件不能使用部分匹配,添加like条件实现
    if(!empty($dto['url'])){
    $db->where('url','like',$dto['url']);
    }
  2. 分页跳转时会丢失其他参数,只包含分页条件。
    ?r=api/get-list&current=2&pageSize=20
    解决1 前端代码修复,需开放前端源码
    解决2 将搜索条件写入session
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