发现未知字段 state ,过滤条件 [["state","not in",["draft"]]] 有误 的处理时间:2022-01-22 23:34:08通常该问题出现的原因在于对象定义的state字段在view中并没有出现,解决方案就是在view中添加该字段即可.