Browse Source

测试文件

zhoutg 4 years ago
parent
commit
aeaa8d28e9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/java/com/diagbot/facade/TestFacade.java

+ 6 - 0
src/main/java/com/diagbot/facade/TestFacade.java

@@ -218,6 +218,12 @@ public class TestFacade {
                             case "月经期":
                             case "月经期":
                                 indicationPushVO.setSymptom("月经第" +(int)(Math.random() * 30) + "天");
                                 indicationPushVO.setSymptom("月经第" +(int)(Math.random() * 30) + "天");
                                 break;
                                 break;
+                            case "幼儿":
+                                indicationPushVO.setAgeNum(1D);
+                                break;
+                            case "儿童":
+                                indicationPushVO.setAgeNum(5D);
+                                break;
                             default:
                             default:
                                 continue;
                                 continue;
                         }
                         }