|
@@ -28,7 +28,7 @@ public class MedEquRule {
|
|
|
*/
|
|
|
public void bill(String text, BillNeoMaxDTO billNeoMaxDTO, List<BillMsg> billMsgList, String type) {
|
|
|
if (StringUtil.isNotBlank(text)) {
|
|
|
- List<NodeNeoDTO> medEquList = billNeoMaxDTO.getProcedures();
|
|
|
+ List<NodeNeoDTO> medEquList = billNeoMaxDTO.getMeddevice();
|
|
|
if (ListUtil.isNotEmpty(medEquList)) {
|
|
|
for (NodeNeoDTO node : medEquList) {
|
|
|
if (text.contains(node.getName())) {
|