|
@@ -62,7 +62,7 @@ public class BillFacade {
|
|
|
public BillNeoVO fillBillNeo(IndicationPushVO indicationPushVO) {
|
|
|
BillNeoVO billNeoVO = new BillNeoVO();
|
|
|
|
|
|
- List<Item> items = indicationPushVO.getDrug();
|
|
|
+ List<Item> items = indicationPushVO.getDrugOrder();
|
|
|
for (Item item : items) {
|
|
|
billNeoVO.getDrugList().add(item.getName());
|
|
|
}
|