|
@@ -691,7 +691,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
//gpt think已使用次数
|
|
//gpt think已使用次数
|
|
|
view.setGptThinkUse(Optional.ofNullable(conversationCount.getLong("gptThinkCount")).orElse(0L));
|
|
view.setGptThinkUse(Optional.ofNullable(conversationCount.getLong("gptThinkCount")).orElse(0L));
|
|
|
view.setGptDeepStyleUse(Optional.ofNullable(conversationCount.getLong("deepResearchCount")).orElse(0L));
|
|
view.setGptDeepStyleUse(Optional.ofNullable(conversationCount.getLong("deepResearchCount")).orElse(0L));
|
|
|
- view.setGptDeepStyleUse(Optional.ofNullable(conversationCount.getLong("gptProCount")).orElse(0L));
|
|
|
|
|
|
|
+ view.setGptProUse(Optional.ofNullable(conversationCount.getLong("gptProCount")).orElse(0L));
|
|
|
return view;
|
|
return view;
|
|
|
} else {
|
|
} else {
|
|
|
throw BusinessRuntimeException.getInstance("您还未购买该车票");
|
|
throw BusinessRuntimeException.getInstance("您还未购买该车票");
|