|
@@ -320,7 +320,7 @@ public class InstallPlanServiceImpl implements InstallPlanService {
|
|
public void downInstallMeterTemplate(Integer id, HttpServletResponse response) {
|
|
public void downInstallMeterTemplate(Integer id, HttpServletResponse response) {
|
|
|
|
|
|
InstallPlan plan = installPlanMapper.findById(id);
|
|
InstallPlan plan = installPlanMapper.findById(id);
|
|
- List<InstallListVo> list = installListMapper.getUnInstallList(id);
|
|
|
|
|
|
+ List<InstallListVo> list = installListMapper.findInstallList(id);
|
|
Community community = communityMapper.findCommunity(plan.getCommunityId());
|
|
Community community = communityMapper.findCommunity(plan.getCommunityId());
|
|
DownloadExcelData data = new DownloadExcelData();
|
|
DownloadExcelData data = new DownloadExcelData();
|
|
data.setId(id);
|
|
data.setId(id);
|