zhengyiming
2025-06-09 758a83d713c7212175fc06ce498d3b5ac1430872
fix: GetChannelConsultationById
1个文件已修改
1 ■■■■ 已修改文件
LifePayment/LifePayment.Application/Promoter/PromoterService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/Promoter/PromoterService.cs
@@ -172,6 +172,7 @@
            var query = from cc in lifePayChannelConsultationRepository
                        join p in lifePayPromoterRepository on cc.PromoterId equals p.Id into pg
                        from pgd in pg.DefaultIfEmpty()
                        where cc.Id == id
                        select new ChannelConsultationDto
                        {
                            Id = cc.Id,