浏览代码

Merge branch 'dev' of http://192.168.1.220:10080/Amoy/patient-co-management into dev

Conflicts:
	patient-co-wlyy/src/main/java/com/yihu/wlyy/util/SendP2PUtil.java
8 年之前
父节点
当前提交
b6c2f1191b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/util/SendPatientUtil.java

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/util/SendPatientUtil.java

@ -22,6 +22,6 @@ public class SendPatientUtil {
			throw  new RuntimeException(sessionJson.getString("message"));
			throw  new RuntimeException(sessionJson.getString("message"));
		}
		}
		JSONObject session = sessionJson.getJSONObject("data");
		JSONObject session = sessionJson.getJSONObject("data");
		return ImUtill.sendImMsg(from,fromName,session.getString("id"),contentType,content);
		return ImUtill.sendImMsg(from,fromName,session.getString("id"),contentType,content,"1");
	}
	}
}
}