|
@@ -325,7 +325,7 @@ public class OtherRule {
|
|
ssyNode.setMin(new BigDecimal(38.1));
|
|
ssyNode.setMin(new BigDecimal(38.1));
|
|
lists.add(ssyNode);
|
|
lists.add(ssyNode);
|
|
billNeoMaxDTO.setLis(lists);
|
|
billNeoMaxDTO.setLis(lists);
|
|
- lisRule.bill(wordCrfDTO.getLisOrder(), billNeoMaxDTO, res.getBillMsgList(), NeoEnum.lis.getName());
|
|
|
|
|
|
+ lisRule.bill(wordCrfDTO.getLis(), billNeoMaxDTO, res.getBillMsgList(), NeoEnum.lis.getName());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -357,7 +357,7 @@ public class OtherRule {
|
|
ssyNode.setMin(new BigDecimal(500.1));
|
|
ssyNode.setMin(new BigDecimal(500.1));
|
|
lists.add(ssyNode);
|
|
lists.add(ssyNode);
|
|
billNeoMaxDTO.setLis(lists);
|
|
billNeoMaxDTO.setLis(lists);
|
|
- lisRule.bill(wordCrfDTO.getLisOrder(), billNeoMaxDTO, res.getBillMsgList(), NeoEnum.lis.getName());
|
|
|
|
|
|
+ lisRule.bill(wordCrfDTO.getLis(), billNeoMaxDTO, res.getBillMsgList(), NeoEnum.lis.getName());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|