bug fixed

develop
old易 2024-03-18 09:20:39 +08:00
parent 68170cf792
commit 318be8b2d7
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ namespace New_College.Services
});
if (xet.data.list != null && xet.data.list.Count() > 0)
{
var xiaoetong = (await _XiaoEtongUserRepository.Query(e => e.bind_phone == info.Phone));
var xiaoetong = (await _XiaoEtongUserRepository.Query(e => e.collect_phone == info.Phone));
if (!xiaoetong.Any())
{
await _XiaoEtongUserRepository.Add(new D_XiaoEtongUser()