TASK:优化查询子账号design试用频次,根据管理员身份限定查询范围
This commit is contained in:
@@ -32,8 +32,10 @@ public interface AccountMapper extends CommonMapper<Account> {
|
||||
|
||||
void toVisitor(Long id);
|
||||
|
||||
List<AccountCreditsUsageDTO> selectCreditUsage(boolean groupByEvent, String changeEvent, String role, String userEmail, Long id, String startTime, String endTime, Integer size, Integer offset);
|
||||
List<AccountCreditsUsageDTO> selectCreditUsage(boolean groupByEvent, String changeEvent, String role,
|
||||
String userEmail, Long id, String startTime, String endTime,
|
||||
Integer size, Integer offset, String organizationName);
|
||||
|
||||
int countCreditUsage(boolean groupByEvent, String changeEvent, String role, String userEmail, Long id, String startTime, String endTime);
|
||||
int countCreditUsage(boolean groupByEvent, String changeEvent, String role, String userEmail, Long id, String startTime, String endTime, String organizationName);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user