Browse Source

新增儿童,幼儿规则

zhoutg 4 năm trước cách đây
mục cha
commit
225cf5c8a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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());