|
|
@@ -1592,6 +1592,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
signBills = u.getSignBills();
|
|
|
if (u.getShareType()!=1)return -1;
|
|
|
if (u.getNewChannel()==1)return 0;
|
|
|
+ if (u.getCallStatus()==1)return -5;
|
|
|
}
|
|
|
int privateCount = userMapper.UserReceiveCount(TokenManager.getAdminId());
|
|
|
if (privateCount >= USER_RECEIVE_MAX)return -2;
|