bug fixed
parent
68170cf792
commit
318be8b2d7
|
|
@ -376,7 +376,7 @@ namespace New_College.Services
|
||||||
});
|
});
|
||||||
if (xet.data.list != null && xet.data.list.Count() > 0)
|
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())
|
if (!xiaoetong.Any())
|
||||||
{
|
{
|
||||||
await _XiaoEtongUserRepository.Add(new D_XiaoEtongUser()
|
await _XiaoEtongUserRepository.Add(new D_XiaoEtongUser()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue