| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: hhtp://chuanyin.com |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | |
| | | isDelete = p.isDelete, |
| | | type = (int)sWeChatInfo.type, |
| | | parentNickName = sParentUser.nickName, |
| | | IsBaifenPromotion = p.IsBaifenPromotion, |
| | | //childNum = SqlFunc.Subqueryable<CoreCmsUser>().Where(o => o.parentId == p.id).Count(), //影响效率,移除掉。放到接口端单独计算。 |
| | | }) |
| | | .MergeTable().With(SqlWith.Null) |