大屏后端接口完善
This commit is contained in:
parent
241e7da610
commit
a32a019098
|
|
@ -38,7 +38,6 @@ public class HomePageController {
|
|||
return Ok.of(homePageService.getstatCount(user));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 首页统计代办数量
|
||||
*
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ 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" +
|
||||
|
|
|
|||
Loading…
Reference in New Issue