提交 8de2702c authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

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