Skip to content
This repository was archived by the owner on Jan 4, 2020. It is now read-only.

Conversation

q88888888q
Copy link

原来复合查询条件 or 只支持
$_map=array();
$_map['name'] = "lilei";
$_map['_logic'] = 'or';
不支持
$_map['name'] = array('like','lilei');或者 其它数组,加了以后可以支持。

原来复合查询条件 or 只支持
$_map=array();
$_map['name'] = "lilei";
$_map['_logic'] = 'or';
不支持
$_map['name'] = array('like','lilei');或者 其它数组,加了以后可以支持。
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant