Explorar o código

开单合理项维护

zhaops %!s(int64=4) %!d(string=hai) anos
pai
achega
0edaa24595
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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;
     }