|
@@ -465,6 +465,9 @@ public class KxsBcqtTeamServiceImpl extends ServiceImpl<KxsBcqtTeamMapper, KxsBc
|
|
|
if (kxsUser == null){
|
|
if (kxsUser == null){
|
|
|
return R.failed("系统错误,请重新登录");
|
|
return R.failed("系统错误,请重新登录");
|
|
|
}
|
|
}
|
|
|
|
|
+ if (kxsUser.getRealStatus() != 1 && kxsUser.getStatus() != 1){
|
|
|
|
|
+ return R.failed("用户状态异常或未实名");
|
|
|
|
|
+ }
|
|
|
Long captainId = kxsBcqtTeam.getCaptainId();
|
|
Long captainId = kxsBcqtTeam.getCaptainId();
|
|
|
String pidPath = kxsUser.getPidPath();
|
|
String pidPath = kxsUser.getPidPath();
|
|
|
String pid = "," + captainId + ",";
|
|
String pid = "," + captainId + ",";
|