Преглед на файлове

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