Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
a3335e6c
Commit
a3335e6c
authored
Jul 22, 2024
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
各地市业务办理时效统计修改
parent
2b9594bf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
DPStatisticsMapper.java
...in/amos/boot/module/jg/api/mapper/DPStatisticsMapper.java
+13
-13
DPStatisticsMapper.xml
...e-jg-api/src/main/resources/mapper/DPStatisticsMapper.xml
+0
-0
DPStatisticsServiceImpl.java
...t/module/jg/biz/service/impl/DPStatisticsServiceImpl.java
+0
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/mapper/DPStatisticsMapper.java
View file @
a3335e6c
...
@@ -11,31 +11,31 @@ public interface DPStatisticsMapper {
...
@@ -11,31 +11,31 @@ public interface DPStatisticsMapper {
List
<
Map
<
String
,
Object
>>
maintenanceCountTopTen
(
@Param
(
"dpFilterParamDto"
)
DPFilterParamDto
dpFilterParamDto
);
List
<
Map
<
String
,
Object
>>
maintenanceCountTopTen
(
@Param
(
"dpFilterParamDto"
)
DPFilterParamDto
dpFilterParamDto
);
List
<
Map
<
String
,
Object
>>
maintenanceCount
(
@Param
(
"dpFilterParamDto"
)
DPFilterParamDto
dpFilterParamDto
);
List
<
Map
<
String
,
Object
>>
maintenanceCount
(
@Param
(
"dpFilterParamDto"
)
DPFilterParamDto
dpFilterParamDto
);
List
<
Map
<
String
,
Object
>>
installCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
installCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
maintenanceNoticeCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
maintenanceNoticeCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
reformCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
reformCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
transferCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
transferCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
useCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
useCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
vehicleCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
vehicleCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
changeNameCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
changeNameCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
changeReformCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
changeReformCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
changeTransferCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
changeTransferCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
changeUnitCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
changeUnitCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
changeVehicleCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
changeVehicleCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
disableCount
(
@Param
(
"cityCode"
)
String
city
Code
);
int
disableCount
(
@Param
(
"orgCode"
)
String
org
Code
);
List
<
Map
<
String
,
Object
>>
cancelCount
(
@Param
(
"cityCode"
)
String
cityCode
);
int
cancelCount
(
@Param
(
"cityCode"
)
String
cityCode
);
List
<
Map
<
String
,
Object
>>
installEquCount
(
@Param
(
"cityCode"
)
String
cityCode
,
@Param
(
"startTime"
)
String
startTime
);
List
<
Map
<
String
,
Object
>>
installEquCount
(
@Param
(
"cityCode"
)
String
cityCode
,
@Param
(
"startTime"
)
String
startTime
);
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/DPStatisticsMapper.xml
View file @
a3335e6c
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/DPStatisticsServiceImpl.java
View file @
a3335e6c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment