执法立案统计接口
This commit is contained in:
parent
a32a019098
commit
e3843c1ca7
|
|
@ -209,8 +209,6 @@ function getCurrentQuarter() {
|
||||||
const quarter = Math.floor(now.getMonth() / 3) + 1;
|
const quarter = Math.floor(now.getMonth() / 3) + 1;
|
||||||
queryParams.value.Jd = queryParams.value.Jd === undefined ? quarter : queryParams.value.Jd
|
queryParams.value.Jd = queryParams.value.Jd === undefined ? quarter : queryParams.value.Jd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)
|
const {componentLoading, queryParams, permissions, tableConfig, apiConfig, dialogConfig, actions} = toRefs(state)
|
||||||
|
|
||||||
const broTable = ref(null)
|
const broTable = ref(null)
|
||||||
|
|
|
||||||
|
|
@ -70,15 +70,6 @@ public class EnforcementInfoHistoryController {
|
||||||
info.setHistoryId(historyId);
|
info.setHistoryId(historyId);
|
||||||
return Ok.of(historyService.saveEnforcementInfoHistory(info,user));
|
return Ok.of(historyService.saveEnforcementInfoHistory(info,user));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 立案上报审核
|
* 立案上报审核
|
||||||
* @param historyId 历史执法信息id
|
* @param historyId 历史执法信息id
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ public class HomePageController {
|
||||||
return Ok.of(homePageService.getstatCount(user));
|
return Ok.of(homePageService.getstatCount(user));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 首页统计代办数量
|
* 首页统计代办数量
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ public interface ZfzbglRepository extends BaseRepo<Zfzbgl, String> {
|
||||||
* 首页-执法装备分类统计
|
* 首页-执法装备分类统计
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Query("select new com.aisino.iles.lawenforcement.model.dto.ZfzbglStatisticsDto(a.zblxdm," +
|
@Query("select new com.aisino.iles.lawenforcement.model.dto.ZfzbglStatisticsDto(a.zblxdm," +
|
||||||
" cast(count(1) as long)) " +
|
" cast(count(1) as long)) " +
|
||||||
" from Zfzbgl a" +
|
" from Zfzbgl a" +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue