|
@@ -366,6 +366,10 @@ public class CodexServiceImpl implements CodexService {
|
|
|
if (update == 0) {
|
|
if (update == 0) {
|
|
|
throw BusinessRuntimeException.getInstance("系统繁忙,请重试");
|
|
throw BusinessRuntimeException.getInstance("系统繁忙,请重试");
|
|
|
}
|
|
}
|
|
|
|
|
+ relation.setUserId(userId);
|
|
|
|
|
+ //重新置为锁定
|
|
|
|
|
+ relation.setStatus(GroupsRelation.Status.locking);
|
|
|
|
|
+ relationMapper.updateById(relation);
|
|
|
return relation;
|
|
return relation;
|
|
|
}
|
|
}
|
|
|
|
|
|