chenbiao il y a 1 an
Parent
commit
f476e0ff34

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

@@ -495,7 +495,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
     private ChatgptCarInfoView buildChatgptCarInfoView(ChatgptCarInfoView view) {
         // 在这里根据carId获取相关信息并填充到ChatgptCarInfoView对象中
 
-        view.setStatus(view.getScore() >= 50 ? "繁忙" : "空闲"); // 或“繁忙”
+        view.setStatus(view.getScore() >= 100 ? "繁忙" : "空闲"); // 或“繁忙”
 
         if(view.getCarName().contains("T") && view.getIsPlus() == 1){
             view.setType("Team");