Explorar o código

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

ly hai 9 meses
pai
achega
14be87015e

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