|
@@ -130,10 +130,6 @@ public class BillManFacade {
|
|
billPageVO.getConditionName(),
|
|
billPageVO.getConditionName(),
|
|
billPageVO.getRelationStatus(),
|
|
billPageVO.getRelationStatus(),
|
|
pageable);
|
|
pageable);
|
|
-
|
|
|
|
- for (BillItem billItem : page.getContent()) {
|
|
|
|
- billItem.setRuleName(billItem.getRuleName() + "test");
|
|
|
|
- }
|
|
|
|
return page;
|
|
return page;
|
|
}
|
|
}
|
|
|
|
|