Explorar el Código

返回提示语

zhoutg hace 4 años
padre
commit
de6a1f000e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/diagbot/util/MsgUtil.java

+ 1 - 1
src/main/java/com/diagbot/util/MsgUtil.java

@@ -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);
         }