提交 59923495 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 82f74185
......@@ -146,7 +146,7 @@ public class ImChatTemplateImpl implements ImChatTemplate {
Boolean flag = false;
if (!componentsList.isEmpty()) {
log.info("componentsList={}", componentsList);
for (int i = 0; i <= componentsList.size(); i++) {
for (int i = 0; i < componentsList.size(); i++) {
String content = componentsList.get(i).getContent();
List<MessageInfo> messageInfos = new ArrayList<>();
PatientSignInfo patientSignInfo = getPatientSignInfo(admId);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论