统计接口sql调整,token调整
This commit is contained in:
parent
e3843c1ca7
commit
5738dcc3dc
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -70,6 +70,15 @@ public class EnforcementInfoHistoryController {
|
|||
info.setHistoryId(historyId);
|
||||
return Ok.of(historyService.saveEnforcementInfoHistory(info,user));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 立案上报审核
|
||||
* @param historyId 历史执法信息id
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ public interface ZfzbglRepository extends BaseRepo<Zfzbgl, String> {
|
|||
" from Zfzbgl a" +
|
||||
" where 1=1 " +
|
||||
" group by a.zblxdm")
|
||||
|
||||
List<ZfzbglStatisticsDto> syStatistics();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue