代码提交
This commit is contained in:
parent
63f806302f
commit
0fb7c94c07
|
@ -43,6 +43,8 @@ public class SecurityUnitUseStatisticsDTO {
|
||||||
|
|
||||||
@Schema(description = "公安单位id")
|
@Schema(description = "公安单位id")
|
||||||
private Long policeUnitId;
|
private Long policeUnitId;
|
||||||
|
@Schema(description = "公安代为代码")
|
||||||
|
private String policeUnitCode;
|
||||||
@Schema(description = "公安单位名称")
|
@Schema(description = "公安单位名称")
|
||||||
private String policeUnitName;
|
private String policeUnitName;
|
||||||
|
|
||||||
|
|
|
@ -110,6 +110,7 @@
|
||||||
ad4.name as 'streetName',
|
ad4.name as 'streetName',
|
||||||
eu.address as 'address',
|
eu.address as 'address',
|
||||||
pu.snow_flake_id as 'policeUnitId',
|
pu.snow_flake_id as 'policeUnitId',
|
||||||
|
pu.code as 'policeUnitCode',
|
||||||
pu.name as 'policeUnitName',
|
pu.name as 'policeUnitName',
|
||||||
json_arrayagg(
|
json_arrayagg(
|
||||||
json_object(
|
json_object(
|
||||||
|
|
Loading…
Reference in New Issue