chenbiao vor 8 Monaten
Ursprung
Commit
ade78a45e8

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/chatgpt/impl/ChatGptAccountServiceImpl.java

@@ -691,7 +691,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
             //gpt think已使用次数
             view.setGptThinkUse(Optional.ofNullable(conversationCount.getLong("gptThinkCount")).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;
         } else {
             throw BusinessRuntimeException.getInstance("您还未购买该车票");