Browse Source

开单合理项维护

zhaops 4 years ago
parent
commit
0edaa24595
1 changed files with 0 additions and 4 deletions
  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.getConditionName(),
                 billPageVO.getRelationStatus(),
                 billPageVO.getRelationStatus(),
                 pageable);
                 pageable);
-
-        for (BillItem billItem : page.getContent()) {
-            billItem.setRuleName(billItem.getRuleName() + "test");
-        }
         return page;
         return page;
     }
     }