فهرست منبع

开单合理项维护

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;
     }