执法立案统计接口

This commit is contained in:
yuyan02 2025-06-06 17:17:47 +08:00
parent a32a019098
commit e3843c1ca7
4 changed files with 1 additions and 12 deletions

View File

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

View File

@ -38,6 +38,7 @@ public class HomePageController {
return Ok.of(homePageService.getstatCount(user));
}
/**
* 首页统计代办数量
*

View File

@ -19,7 +19,6 @@ public interface ZfzbglRepository extends BaseRepo<Zfzbgl, String> {
* 首页-执法装备分类统计
* @return
*/
@Query("select new com.aisino.iles.lawenforcement.model.dto.ZfzbglStatisticsDto(a.zblxdm," +
" cast(count(1) as long)) " +
" from Zfzbgl a" +