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

支持复合查询or中有 like,in,gt这样的条件。#473

Open
q88888888q wants to merge 1 commit intotop-think:masterfrom
q88888888q:patch-1
Open

支持复合查询or中有 like,in,gt这样的条件。#473
q88888888q wants to merge 1 commit intotop-think:masterfrom
q88888888q:patch-1

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