Explorar el Código

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

lyr hace 8 años
padre
commit
059dccf6b0

+ 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"));
		}
		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");
	}
}