@ -120,7 +120,7 @@ public class ScreenAgencyGovernDailyResultDTO implements Serializable {
private Integer inGroupTopicUnResolvedCount;
/**
* 11、未出当前组织的,结案项目数
* (改)13、当前组织内结案的项目中:由网格结案的项目总数
*/
private Integer gridSelfGovernProjectTotal;
@ -135,7 +135,17 @@ public class ScreenAgencyGovernDailyResultDTO implements Serializable {
private Integer streetClosedCount;
* 当前组织内出来的项目:由区直部门(已解决+未解决)结案的项目总数
* (改)16、当前组织内结案的项目中:由区直部门结案的项目总数
private Integer districtDeptClosedCount;
* (新增)11、当前组织内:来源于事件的项目:结案已解决数
private Integer eventResolvedCount;
* (新增)12、当前组织内:来源于事件的项目:结案无需解决数
private Integer eventUnResolvedCount;
}
@ -135,7 +135,7 @@ public class ScreenGridGovernDailyResultDTO implements Serializable {
private Integer fromAgencyUnResolvedInGridCount;
* 15、未出当前网格的,结案项目数=11+12+13+14
* (改)17、当前网格内出来的项目:由网格结案(已解决+未解决)的项目总数
@ -153,4 +153,14 @@ public class ScreenGridGovernDailyResultDTO implements Serializable {
* 当前网格内出来的项目:由区直部门(已解决+未解决)结案的项目总数
* (新)15、当前网格内:来源于事件的项目:结案已解决数
* (新)16、当前网格内:来源于事件的项目:结案无需解决数