云开发,where条件可不可以是或的关系?

发布于 8 年前作者 dzhang2285 次浏览最后编辑 8 年前来自 ask

开发,where条件可不可以是或的关系?

如下,status_process=0,或者flag_noexpired=true 则输出记录 咋写

db.collection('release_content_col').where(

    {

      status_process: 0,

      //flag_noexpired: true,

    },

1 回复