|
|
@@ -1010,7 +1010,7 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
if (!redisService.setNx(RedisKey.GROUPS_RELATION_NUM_KEY + relationId, userId, 60 * 5L)) {
|
|
|
if (retryNum == 7) throw BusinessRuntimeException.getInstance("该车队人员已满,请选择另一车队");
|
|
|
retryNum++;
|
|
|
- getChatGPTOutsideRelation(userId, groupsId, relationNum, retryNum);
|
|
|
+ return getChatGPTOutsideRelation(userId, groupsId, relationNum, retryNum);
|
|
|
}
|
|
|
return relation;
|
|
|
}
|