where: {"operator":"and","operands":[{"status":{"$eq":true}},{"title":{"$ne":"ac"}}],"fieldName":{}}
修改where添加条件后
where:{"operator":"and","operands":[{"operator":"and","operands":[{"status":{"$eq":true}},{"title":{"$ne":"ac"}}],"fieldName":{}},{"appid":{"$eq":"UNIxxxx"}}],"fieldName":{}}
返回的还是添加条件前的结果 ,新添加的条件不生效。要怎么操作?
1 个回复
星动传媒
我也遇到了同样的问题