|
|
@@ -116,9 +116,9 @@ public class AppMsgEntity extends GenericEntity<String> {
|
|
|
case ASSIST_EVAL:
|
|
|
return getPatient()+getExtend()+"未进行疼痛评估";
|
|
|
case ASSIST_LIFT:
|
|
|
- return "患者绑定解除";
|
|
|
+ return String.format("%s与%s解除绑定",this.getSenderName(),this.getPatient());
|
|
|
case DOCTOR_LIFT:
|
|
|
- return "患者绑定解除";
|
|
|
+ return String.format("%s与%s解除绑定",this.getSenderName(),this.getPatient());
|
|
|
default: return "";
|
|
|
}
|
|
|
}
|