LAPTOP-KB9HII50\70708 1 rok pred
rodič
commit
da1b89646e

+ 1 - 0
business/im-service/src/main/java/com/yihu/jw/im/service/ImService.java

@ -1569,6 +1569,7 @@ public class ImService {
        }else if("4".equals(wlyyOutpatientDO.getOutpatientType())){
            users.put(patient, 0);
            ct.setType(28);
            consultTitle = "申请康复咨询";
        } else {
            users.put(patient, 0);

+ 1 - 0
common/common-entity/src/main/java/com/yihu/jw/entity/base/im/ConsultTeamDo.java

@ -27,6 +27,7 @@ public class ConsultTeamDo extends UuidIdentityEntity {
	// 23 新生儿在线咨询
	// 24 老人在线咨询
	// 25
	// 28 康复咨询
	private String patient;         // 提问者标识
	private String name;            // 患者姓名
	private Integer sex;            // 患者性别