var list=_mallRepository.GetAllList(a=>a.CreatorUserId==AbpSession.UserId);
在application层使用这句代码能够按用户过滤数据,但业务多的话,每个都这样过滤感觉有点烦锁,不知道有没有更好的解决办法
.GetCurrentUserList()
你好,找不到这个方法
@李子深: 自己写啊
@长蘑菇星人: 你好,不知道怎么写,可以指点一下吗
GetCurrentUserList写个扩展方法搞定