現(xiàn)在的寫法如下{$where: 'this.total_fee - this.withdraw_fee > 0'}要求很簡單,查找字段A減字段B大于0的項,但$where查詢起來很慢,想請問這種需求不通過$where是否可以實現(xiàn),如何實現(xiàn)? 查看完整描述