Closed aov2005 closed 7 years ago
mongodb的rest方法中
__before(){ this.modelInstance.fieldReverse('password'); }
就只过滤出password字段,其他字段排除了
Platform:
Node.js Version: 7.7
ThinkJS Version: 2.2
mongodb 下因为拿不到所有的字段,所以不支持这个方法。
感谢答疑
有解决方案吗?
@guohuihot 拿出所有数据后手动过滤下吧
DESC
mongodb的rest方法中
就只过滤出password字段,其他字段排除了
ENV
Platform:
Node.js Version: 7.7
ThinkJS Version: 2.2