统计接口sql调整,token调整

This commit is contained in:
zhangchaoyang02 2025-06-06 17:18:53 +08:00
parent e3843c1ca7
commit 5738dcc3dc
3 changed files with 11 additions and 1 deletions

View File

@ -209,6 +209,8 @@ function getCurrentQuarter() {
const quarter = Math.floor(now.getMonth() / 3) + 1;
queryParams.value.Jd = queryParams.value.Jd === undefined ? quarter : queryParams.value.Jd
}
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)
const broTable = ref(null)

View File

@ -70,6 +70,15 @@ public class EnforcementInfoHistoryController {
info.setHistoryId(historyId);
return Ok.of(historyService.saveEnforcementInfoHistory(info,user));
}
/**
* 立案上报审核
* @param historyId 历史执法信息id

View File

@ -24,7 +24,6 @@ public interface ZfzbglRepository extends BaseRepo<Zfzbgl, String> {
" from Zfzbgl a" +
" where 1=1 " +
" group by a.zblxdm")
List<ZfzbglStatisticsDto> syStatistics();