|
@@ -824,7 +824,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
if (highCarChatNum != null) {
|
|
if (highCarChatNum != null) {
|
|
|
chatgptUserCarUsedRecord.setGptFour(Integer.parseInt(highCarChatNum.toString()));
|
|
chatgptUserCarUsedRecord.setGptFour(Integer.parseInt(highCarChatNum.toString()));
|
|
|
}
|
|
}
|
|
|
- Object lowCarChatNum = redisService.zCard(lowCarChatKey);
|
|
|
|
|
|
|
+ Long lowCarChatNum = redisService.zCard(lowCarChatKey);
|
|
|
if (lowCarChatNum != null) {
|
|
if (lowCarChatNum != null) {
|
|
|
chatgptUserCarUsedRecord.setGpt(Integer.parseInt(lowCarChatNum.toString()));
|
|
chatgptUserCarUsedRecord.setGpt(Integer.parseInt(lowCarChatNum.toString()));
|
|
|
}
|
|
}
|