| | |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("aoiCodeList") List<String> aoiCodeList, |
| | | @Param("gridCodeList") List<String> gridCodeList); |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("communityCode") String communityCode); |
| | | |
| | | |
| | | /** |
| | |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | Integer getStatistics(Long userId, String neiCode, String roleName); |
| | | Integer getStatistics(Long userId, String neiCode, String roleName,@Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("gridCodeList") List<String> gridCodeList); |
| | | |
| | | /** |
| | | * 更新状态--临时接口 |