|
|
@@ -282,7 +282,7 @@ public class RestrictProjectServiceImpl extends BaseMybatisDao<RestrictProjectMa
|
|
|
public boolean checkMax(String uid) {
|
|
|
int i = userMapper.checkUserMax(TokenManager.getAdminId());
|
|
|
int limitMax=101;
|
|
|
- //加入限定项目的数量
|
|
|
+ //加入限定项目的数量 不算自己的签单只算非自己的客户
|
|
|
Integer rpCount =restrictProjectMapper.selectPrivateByAid(TokenManager.getAdminId());
|
|
|
rpCount=rpCount==null?0:rpCount;
|
|
|
i=i+rpCount;
|