소스 검색

fix:支出管理支出科目修改

ly 9 달 전
부모
커밋
14be87015e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/cn/ezhizao/project/business/payment/controller/BizPaymentController.java

+ 0 - 1
src/main/java/cn/ezhizao/project/business/payment/controller/BizPaymentController.java

@@ -184,7 +184,6 @@ public class BizPaymentController extends BaseController {
     public TableDataInfo getTypes() throws NoSuchFieldException, IllegalAccessException {
         BizPaymentType typeConditions = new BizPaymentType();
         setTenantId(typeConditions);
-        startPage();
         List<BizPaymentType> list = paymentTypeService.getList(typeConditions);
         BizPaymentSubject subjectConditions = new BizPaymentSubject();
         List<BizPaymentSubject> subjects = paymentSubjectService.getList(subjectConditions);