|
@@ -123,7 +123,7 @@ public class MsgUtil {
|
|
|
if (TypeEnum.disease.getName().equals(type)) {
|
|
|
msg = String.format("该患者%s,患有%s,请留意", content, name);
|
|
|
} else if (TypeEnum.drug.getName().equals(type)) {
|
|
|
- msg = String.format("该患者%s,已开%s,请留意", content, name);
|
|
|
+ msg = String.format("该患者%s,可能正在服用%s,请留意", content, name);
|
|
|
} else if (NeoEnum.group.getName().equals(type)) {
|
|
|
msg = String.format("该患者%s,%s,请留意", content, name);
|
|
|
}
|