zhaops пре 4 година
родитељ
комит
0edaa24595
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      src/main/java/com/diagbot/facade/BillManFacade.java

+ 0 - 4
src/main/java/com/diagbot/facade/BillManFacade.java

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