浏览代码

Merge branch 'dev' of linzhuo/patient-co-management into dev

lyr 8 年之前
父节点
当前提交
f1a5cf51b8
共有 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

@ -12,7 +12,7 @@ import java.util.List;
public class SendPatientUtil {
	public static String sendToPatient(String from,String fromName,String to,String contentType,String content,String title,String type){
		JSONObject participants = new JSONObject();
		participants.put(from,0);
		participants.put(from,2);
		participants.put(to,0);
		if(!"4".equals(contentType)){
			contentType = "0";