| | |
| | | @Param("placeCheck") PlaceCheckVO placeCheck, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("gridCodeList") List<String> gridCodeList); |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("nineTypeList") List<String> nineTypeList); |
| | | |
| | | /** |
| | | * 查询场所检查表 |
| | |
| | | List<PlaceCheckExcel> selectPlaceCheckListExcel(@Param("placeCheck") PlaceCheckVO placeCheck, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("gridCodeList") List<String> gridCodeList); |
| | | @Param("gridCodeList") List<String> gridCodeList, |
| | | @Param("nineTypeList") List<String> nineTypeList); |
| | | } |