代码提交

This commit is contained in:
luozhun 2024-12-19 15:17:00 +08:00
parent 63f806302f
commit 0fb7c94c07
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,8 @@ public class SecurityUnitUseStatisticsDTO {
@Schema(description = "公安单位id")
private Long policeUnitId;
@Schema(description = "公安代为代码")
private String policeUnitCode;
@Schema(description = "公安单位名称")
private String policeUnitName;

View File

@ -110,6 +110,7 @@
ad4.name as 'streetName',
eu.address as 'address',
pu.snow_flake_id as 'policeUnitId',
pu.code as 'policeUnitCode',
pu.name as 'policeUnitName',
json_arrayagg(
json_object(