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