소스 검색

新增儿童,幼儿规则

zhoutg 4 년 전
부모
커밋
225cf5c8a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/diagbot/rule/GroupRule.java

+ 1 - 1
src/main/java/com/diagbot/rule/GroupRule.java

@@ -77,7 +77,7 @@ public class GroupRule {
                     break;
                 case "儿童":
                     if (age != null) {
-                        if (age <= 12.0D && age >= 4.0D) {
+                        if (age <= 15.0D && age > 2.5D) {
                             BillMsg commonBillMsg = MsgUtil.getCommonBillMsg(
                                     billNeoMaxDTO.getOrderName(), billNeoMaxDTO.getOrderStandName(),
                                     "儿童", type, billNeoMaxDTO.getType());