ソースを参照

开单合理项维护

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