|
@@ -182,12 +182,12 @@ public class UserCenterService {
|
|
}
|
|
}
|
|
|
|
|
|
public ControllerResult pushReportMsg(List<String> uids, String title, String name, String reportid,
|
|
public ControllerResult pushReportMsg(List<String> uids, String title, String name, String reportid,
|
|
- String tjdate, String position, String remark){
|
|
|
|
|
|
+ String tjdate, String position, String remark, String patientId){
|
|
for (String uid: uids){
|
|
for (String uid: uids){
|
|
Map<String, Object> data = new HashMap<>();
|
|
Map<String, Object> data = new HashMap<>();
|
|
data.put("first", this.getMsgItem(title));
|
|
data.put("first", this.getMsgItem(title));
|
|
data.put("keyword1", this.getMsgItem(name));
|
|
data.put("keyword1", this.getMsgItem(name));
|
|
- data.put("keyword2", this.getMsgItem(reportid));
|
|
|
|
|
|
+ data.put("keyword2", this.getMsgItem(patientId));
|
|
data.put("keyword3", this.getMsgItem(tjdate));
|
|
data.put("keyword3", this.getMsgItem(tjdate));
|
|
data.put("keyword4", this.getMsgItem(position));
|
|
data.put("keyword4", this.getMsgItem(position));
|
|
data.put("remark", this.getMsgItem(remark));
|
|
data.put("remark", this.getMsgItem(remark));
|