|
@@ -500,7 +500,7 @@ public class AppCockpitServiceImpl implements AppCockpitService {
|
|
|
@Override
|
|
@Override
|
|
|
public AppSyntheticOtherVo syntheticOther(Long orgId, Date date) throws ExecutionException, InterruptedException, TimeoutException {
|
|
public AppSyntheticOtherVo syntheticOther(Long orgId, Date date) throws ExecutionException, InterruptedException, TimeoutException {
|
|
|
SysOrg org = getLoginOrg(orgId);
|
|
SysOrg org = getLoginOrg(orgId);
|
|
|
- DateRange range = DateUtils.getStartAndEnd(date, CycleCommonEnum.QUARTERLY);
|
|
|
|
|
|
|
+ DateRange range = DateUtils.getStartAndEnd(date, CycleCommonEnum.MONTHLY);
|
|
|
CompletableFuture<AppSyntheticTaskCategoryDto> edu = CompletableFuture.supplyAsync(() ->
|
|
CompletableFuture<AppSyntheticTaskCategoryDto> edu = CompletableFuture.supplyAsync(() ->
|
|
|
{
|
|
{
|
|
|
AppSyntheticTaskCategoryDto result = appCockpitMapper.selectSyntheticEdu(org.getPath(), range.getStartTime(), range.getEndTime());
|
|
AppSyntheticTaskCategoryDto result = appCockpitMapper.selectSyntheticEdu(org.getPath(), range.getStartTime(), range.getEndTime());
|