大屏后端接口完善

This commit is contained in:
yuyan02 2025-05-30 19:15:14 +08:00
parent 241e7da610
commit a32a019098
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -19,6 +19,7 @@ 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" +