Commit 5249104a authored by 赵灿灿's avatar 赵灿灿

修改显示

parent f8a3d464
Pipeline #21193 passed with stages
in 4 minutes and 15 seconds
......@@ -242,7 +242,7 @@ public class ChatService {
yd.put("id",conversations.getSessionId());
yd.put("title",conversations.getFirstQuestion());
yd.put("time",simpleDateFormat.format(conversations.getRecordTime()));
yd.put("active",true);
yd.put("active",false);
yd.put("showMenu",false);
yesterdayMapList.add(yd);
}else
......@@ -251,7 +251,7 @@ public class ChatService {
sd.put("id",conversations.getSessionId());
sd.put("title",conversations.getFirstQuestion());
sd.put("time",simpleDateFormat.format(conversations.getRecordTime()));
sd.put("active",true);
sd.put("active",false);
sd.put("showMenu",false);
sevendayMapList.add(sd);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment