@@ -141,7 +141,8 @@ func (this *ActivitySignCoAntroller) Detail() {
}
//1,没有签到记录不为潜在客户
//2,没有签到记录,手机号不为空,没有申请记录
- if total == 0 && user.CompanyId > 1 || (user.Mobile != "" && applyCount >= 0) || total > 0 {
+ //3,已经有签到记录的
+ if total == 0 && user.CompanyId > 1 || (user.Mobile != "" && applyCount > 0) || total > 0 {
resp.IsBindingMobile = true
if user.CompanyId == 1 {