Merge branch 'dev/dev_xp' into dev/dev
This commit is contained in:
@@ -56,4 +56,6 @@ public interface ConvenientInquiryService extends IService<Questionnaire> {
|
||||
String exportTransactionRecords(QueryPaymentInfoDTO queryPaymentInfoDTO, HttpServletResponse response);
|
||||
|
||||
PageBaseResponse<AccountCreditsUsageDTO> getGenerateFrequency(AccountCreditsUsageQueryDTO queryDTO);
|
||||
|
||||
List<String> getAllGenerateFuncName();
|
||||
}
|
||||
|
||||
@@ -905,4 +905,8 @@ public class ConvenientInquiryServiceImpl extends ServiceImpl<QuestionnaireMappe
|
||||
}
|
||||
}
|
||||
|
||||
public List<String> getAllGenerateFuncName(){
|
||||
return CreditsEventsEnum.generateFunctionNames();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user