zoujiajian 11 месяцев назад
Родитель
Сommit
e02642f142

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/exchange/impl/ExchangeCodeServiceImpl.java

@@ -440,7 +440,7 @@ public class ExchangeCodeServiceImpl extends ServiceImpl<ExchangeCodeMapper, Exc
 //				groupsRelationMapper.updateById(relation);
 //				relation.setIsClaudeCodeUpgrade(true);
 //				return relation;
-				throw BusinessRuntimeException.getInstance("您当前已有车票,暂时无法兑换");
+				throw BusinessRuntimeException.getInstance("您当前已有车票,请到期后再兑换");
 			}
 		}
 		Integer retryNum = 1;